/dotfiles

Primary LanguagePython

Wallpaper/Lock screen

Add dotfiles to new machine

  1. Clone repo:

git clone --bare git@github.com:xavicampa/dotfiles.git $HOME/.dotfiles

  1. Add alias to .zshrc:

alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

  1. Check out:

dotfiles checkout

  1. Hide untracked files:

dotfiles config --local status.showUntrackedFiles no

Wallpaper