1
0
Fork 0
Configuration files
Go to file
Massaki Archambault 600b3c203a fix fzf history search 2018-11-22 12:27:37 -05:00
files fix fzf history search 2018-11-22 12:27:37 -05:00
scripts mpv as a daemon for radio streaming 2018-11-07 23:52:35 -05:00
.gitignore
.gitmodules improve zsh performance 2018-10-18 11:11:55 -04:00
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.