- Clone (or fork) this repo
- Install
zshif it is not installed - Execute
tools/link.sh - Review
tools/install.sh - Execute
tools/install.sh - Create
.gitconfig.localwith your git settings - Optional: create a new branch or fork for your modifications
TL;DR
Make sure bash, curl, Git, ZSH and sudo are installed as the scripts depend on them.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/kaykayehnn/dotfiles/master/tools/bootstrap.sh)"TL;DR if you don't like piping into sh
git clone https://github.com/kaykayehnn/dotfiles ~/.dotfiles
cd ~/.dotfiles
# Install ZSH in case it is not already installed
# sudo apt install zsh
./tools/link.sh
./tools/install.sh