This dotfiles repository currently supports:
- Ubuntu Zsh
- DevPods
- Install zsh and set as the default shell
- Create a bare clone of the repo
git clone --bare [email protected]:ghorsey/dotfiles.git $HOME/.cfg
- Create the
config
alias.
bash/zsh
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
config config --local status.showUntrackedFiles no
windows/powershell
function config { git --git-dir=$HOME/.cfg/ --work-tree=$HOME $args }
- Checkout the content of the bare repo
config checkout
- Run the
setup
script
~/setup
- Set
--dotfiles
argument to this repository URL
- Install "Clang Compiler for Windows" via Visual Studio Installer