Based on Mathias’s dotfiles
No extensive documentation included at the mean time, just use the original repo if you need more control.
These dotfiles prepared for internal use only, without much attention for general public usability, so use of your own risk.
- Copy all files to your mac home directory.
- Execute osx.sh file in your terminal to modify system preferences.
- Install oh-my-zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Copy oh-my-zsh theme:
mkdir -p ~/.oh-my-zsh/custom/themes && curl -fsSL https://raw.githubusercontent.com/rinvex/dotfiles/master/spaceship.zsh-theme -o ~/.oh-my-zsh/custom/themes/spaceship.zsh-theme
- Copy
Spectacle-Shortcuts.json
to~/Library/Application Support/Spectacle/Shortcuts.json
. - Done!