Skip to content

kaykayehnn/dotfiles

Repository files navigation

dotfiles

Install

  • Clone (or fork) this repo
  • Install zsh if it is not installed
  • Execute tools/link.sh
  • Review tools/install.sh
  • Execute tools/install.sh
  • Create .gitconfig.local with 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