1
0
Fork 0
Configuration files
Go to file
Massaki Archambault a160b9bf9d fix lsd aliases 2019-04-02 18:21:47 -04:00
files fix lsd aliases 2019-04-02 18:21:47 -04:00
scripts fix post-install ordering 2018-12-06 19:30:53 -05:00
.gitignore installed tmux-continuum 2018-11-22 15:01:27 -05:00
.gitmodules
README.md
install.sh

README.md

Dotfiles

xkcd 1806

Install

Clone the repository with the submodules and run the install script to symlink the files your $HOME directory:

git clone --recurse-submodules https://github.com/badjware/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh

The install script supports some options. For exemple:

  • Don't ask for confirmation: ./install.sh --yes
  • Copy instead of creating symlinks: ./install.sh --copy

For a full list of options, run ./install.sh --help.