Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.04 KB

dotfiles

My personal dotfiles.

Installation


Clone the repository

git clone https://github.com/nickbianco/dotfiles.git ~/.dotfiles

Install GNU Stow

Mac:    brew install stow
Ubuntu: apt-get install stow
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k

Install the dotfiles

cd ~/.dotfiles
stow tmux
stow zsh

Installing VS Code settings

VS Code stores user settings in different locations on Mac and Linux. Note that keybindings.json and settings.json do not install extensions.

Mac

stow --target="$HOME/Library/Application Support/Code/User" vscode

Linux

stow --target="$HOME/.config/Code/User" vscode/linux

Terminal settings

iTerm2 (Mac)