Skip to content

atxwebs/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

151 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Description

My dotfiles, meant to be used on Windows on a Unix-like environment like Git Bash

Installation

One-liner

# Will ask for a choice for each conflicting file
sh -i <(curl -s https://raw.githubusercontent.com/flesler/dotfiles/master/install.sh)
# No confirmation, existing files are automatically overwritten
sh <(curl -s https://raw.githubusercontent.com/flesler/dotfiles/master/install.sh)

Manually via Git

df=~/dotfiles
git clone git://github.com/flesler/dotfiles.git $df
sh -i $df/install.sh -U

Manually via ZIP

Download the files you want or the whole zip and place them in your $HOME.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 66.0%
  • Lua 27.1%
  • Python 3.5%
  • JavaScript 3.4%