My personal dotfiles.
Please only open pull requests that fix bugs or adds improvements without any breaking changes.
These dotfiles are very personal, and I know that everyone has a different
taste; hence fork this repository or copy/paste them into your own dotfiles
repo.
- Clone this repo
# install all brew dependencies
brew bundle
-
Install 1Password
-
Proceed with setup
make
chsh -s /bin/zsh
$(brew --prefix)/opt/fzf/install
curl -fLo ~/.vim/autoload/plug.vim --create-dirs
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
:PlugInstall
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
defaults -currentHost write -g AppleFontSmoothing -int 0
show hidden files in Finder
defaults write com.apple.Finder AppleShowAllFiles true
defaults write com.apple.AppleMultitouchTrackpad Clicking -bool true
defaults write NSGlobalDomain KeyRepeat -int 1 defaults write NSGlobalDomain InitialKeyRepeat -int 4