My dotfiles. Configured the way I want them to be. Clean and purely beautiful.
Read instructions on https://sourabhbajaj.com/mac-setup/
- Install xCode
- Install Homebrew
$ git clone https://github.com/hpurmann/dotfiles.git ~/dotfiles
$ cd ~/dotfiles
$ ./install
-
Manually sign in to the Mac App Store
-
Install brew packages
$ brew bundle
- Install oh-my-zsh
- Remove raw .zshrc and symlink version from the repo again
rm ~/.zshrc && ln -s ~/dotfiles/zshrc ~/.zshrc
- Open nvim and install plugins with
:PlugInstall
inside nvim
- Set fullscreen mode to non-native (General -> Window)
- Set #222222 as background colour
- Set Meslo LG M Font (Profiles -> Text)
- Fix alt + (left/right) to jump words
Download and install Docker for Mac
- DF Youtube
- Ecosia
- uBlock origin
- Vimium
$ pip3 install neovim
$ rbenv install <latest stable version>
$ rbenv global <latest stable version>
Open a new terminal window and confirm that the correct ruby version is used.
$ ruby --version
$ gem install tmuxinator
Symlink files to Visual Studio Code folder:
rm $HOME/Library/Application\ Support/Code/User/settings.json
rmdir $HOME/Library/Application\ Support/Code/User/snippets
ln -s $HOME/dotfiles/VSCode/settings.json $HOME/Library/Application\ Support/Code/User/settings.json
ln -s $HOME/dotfiles/VSCode/keybindings.json $HOME/Library/Application\ Support/Code/User/keybindings.json
ln -s $HOME/dotfiles/VSCode/snippets $HOME/Library/Application\ Support/Code/User/snippets
defaults write -g ApplePressAndHoldEnabled -bool false
- Add live template for variable expansion
- Give more memory