dots
dots copied to clipboard
files that start with a dot or something
MacOS Dotfiles
Software
| Purpose | Software |
|---|---|
| Editor | Neovide |
| Shell | zsh |
| Terminal | iTerm2 |
Hardware
- 13" 2020 M1 MacBook Pro; 16GB, 512GB SSD
Usage
$ echo 'alias dot="git --git-dir=$HOME/.dot.git/ --work-tree=$HOME"' >> $HOME/.zshenv
$ source ~/.zshenv
$ git clone --bare [email protected]:Benricheson101/dots.git $HOME/.dot.git
$ dot checkout
$ dot config --local status.showUntrackedFiles false