This repository is my personal dot files
My current setup is:
- Terminal - WezTerm
- Editor - Neovim
- Shell - ZSH
- Install Homebrew
- Install git, fzf with homebrew
- Ensure zsh is installed
- add
alias dotfiles='/usr/bin/git --git-dir=$HOME/.cfg --work-tree=$HOME'
- echo ".cfg" >> .gitignore
- run
git clone --bare https://github.com/billy-le/dotfiles.git $HOME/.cfg
- run
dotfiles checkout
- run
dotfiles config --local status.showUntrackedFiles no