Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 466 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 466 Bytes

https://www.atlassian.com/git/tutorials/dotfiles

Prerequisites:

Zsh, Git, and cURL installed. User shell changed to zsh.

sudo apt install zsh git curl
chsh -s $(which zsh)

Install:

curl https://raw.githubusercontent.com/sheenjustin/dotfiles/master/.config/zsh/setup.zsh | zsh

setup.zsh:

git clone --bare https://github.com/sheenjustin/dotfiles/ ${HOME}/.cfg
alias config='git --git-dir=${HOME}/.cfg/ --work-tree=${HOME}'
config checkout