My personal dotfiles.
git clone https://github.com/nickbianco/dotfiles.git ~/.dotfiles
Install GNU Stow
Mac: brew install stow
Ubuntu: apt-get install stow
Install powerlevel10k
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
- Must also install the Meslo Nerd Font patched for powerlevel10k
cd ~/.dotfiles
stow tmux
stow zsh
VS Code stores user settings in different locations on Mac and Linux. Note that keybindings.json
and settings.json
do not install extensions.
stow --target="$HOME/Library/Application Support/Code/User" vscode
stow --target="$HOME/.config/Code/User" vscode/linux