1
0
Fork 0
Configuration files
Go to file
Massaki Archambault 3426a419fb crop wallpaper, span the whole screen 2018-05-18 12:16:59 -04:00
files crop wallpaper, span the whole screen 2018-05-18 12:16:59 -04:00
scripts cleanup zsh, pre-install script 2018-03-14 09:50:22 -04:00
.gitignore
.gitmodules zsh plugin config 2018-03-23 10:36:46 -04:00
README.md
install.sh fix install script 2018-03-10 13:10:29 -05:00

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.