Install Nix by running following the steps on the NixOS website. Then install nix-darwin by following the instructions on its Github page.
Install cVim from here.
Update configpath
to reflect the location of .cvimrc
file (in dotfiles
folder). Then load it on the browser by running :source {$pathToCvimRC}
.
Install Visual Studio Code from here.
Find the setting file location from here
Symlink settings.json by running
ln -s [path to dotfiles]/vscode/{settings.json,keybindings.json} [path to vscode settings.json]
Import the config in misc/BetterTouchTool
by pressing preset then import.
https://community.folivora.ai/t/how-to-backup-import-btt-settings/9727
Install TPM from here and clone it to
the ~/.tmux/plugins/tpm
. Then symlink the conf files by running:
ln -s [path to dotfiles]/{.tmux.conf,.tmux-osx.conf} ~/