- Custom color scheme for iTerm and Terminal.app: Squirrelsong.
- Custom zsh theme with Git status, etc: Squirrelbook.
- Dotfiles synchronization: sync.py.
- Sensible macOS defaults: setup/osx.sh.
- Visual Studio Code settings synchronization: vscode.
- zsh install script: setup/zsh.sh.
- My magic project opener (bin/repo).
- zsh aliases.
- Git aliases.
- Lots of scripts.
- User scripts for browser: userscripts/.
- Stop words lists that I use with Marked 2: dict/.
- macOS apps I use.
(Fork this repository if you want to use my dotfiles.)
Prerequisites:
Then run these commands in the terminal:
brew install git
git clone [email protected]:sapegin/dotfiles.git ~/dotfiles
cd ~/dotfiles
./sync.py
cd ~/dotfiles/setup
Now you can run scripts like osx.sh
or server.sh
to install other stuff.
dotfiles
You can use any file extensions in tilde/
to invoke proper syntax highlighting in code editor.
- Add any zsh profile customizations to
~/.zshlocal
. - Add your git username/email/etc. to
~/.gitlocal
.
- GitHub ❤ ~/
- Mathias’s dotfiles
- Jan Moesen’s dotfiles
- Nicolas Gallagher’s dotfiles
- Zach Holman’s dotfiles
- Yet Another Dotfile Repo
- Jacob Gillespie’s dotfiles