This Repository contain my dotfiles configuration.
Currently only contains dotfiles configuration for :
- tmux
- vim / neovim
- zsh with pure
- vscode:
- settings
- keybindings
- Fira Code font
The following steps are how I set up my working environment
https://github.com/tonsky/FiraCode/wiki
on mac: make sure homebrew is installed
brew tap caskroom/fonts
brew cask install font-fira-code
- Install Hyper termimal.
- Install pure
npm install --global pure-prompt
- Install hyper-snazzy
hyper install hyper-snazzy
- Install hypercwd
hyper install hypercwd
- Install zsh-syntax-highlighting
brew install zsh-syntax-highlighting
- Put
.zshenv
and.zshrc
into your home folder (~/.zshenv
and~/.zshrc
) - Change default shell to zsh
chsh -s $(which zsh)
- Install vscode
- Put
vscode-keybindings-mac.json
from this repository into your vscode keybinding file, if you're using mac. Otherwise usevscode-keybindings.json
- Put
vscode-settings-mac.json
from this repository into your vscode settings file, if you're using mac. Otherwise usevscode-settings.json
- Install the following plugins:
- Use Bluloco Dark Operator Mono theme
git config --global credential.helper osxkeychain