My dotfiles, circa 2017.
The theme I'm using for my editor and terminal is the Zenburn color scheme. I typically pair that with Inconsolata as my main programming font.
- macOS Package Manager: Homebrew
- Editor: Sublime Text 3 (with Package Control)
- Terminal: Alacritty
- Shell: zsh
chsh -s $(which zsh)
- Shell Plugin Manager: oh-my-zsh
- Shell Navigation: z
- Fuzzy File Search: fzf
ls
Replacement: Exa
- Run
./load.sh
- This will backup any existing dotfiles into a new directory
~/.dotfiles.backup/<UTC epoch>
- This will backup any existing dotfiles into a new directory
- Run
./read.sh
in the repository's directory to copy all of the system's settings.