1
0
Fork 0
Configuration files
Go to file
Massaki Archambault 76a138ab04 add kuberntes context indicator to prompt 2022-04-21 00:51:30 -04:00
files add kuberntes context indicator to prompt 2022-04-21 00:51:30 -04:00
scripts switch to alacritty 2021-12-29 21:21:34 -05:00
.gitignore installed tmux-continuum 2018-11-22 15:01:27 -05:00
.gitmodules added tmux plugin manager 2018-11-22 13:54:06 -05:00
README.md initial commit 2018-03-09 23:16:36 -05:00
install.sh fix variable quoting 2021-04-10 16:25:14 -04: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.