dotfiles
dotfiles copied to clipboard
These are my personal dofiles
dotfiles
Full installation
git clone [email protected]:jandamm/dotfiles.git ~/.dotfiles# cd ~/.dotfiles && git clone [email protected]:jandamm/dotfiles_private.git ~/.private- Make sure Xcode is installed and
sudo xcode-select -p "your Xcode path"is run cd ~/.dotfiles && ./dotfiles install
Use zsh from Homebrew as login shell
echo '/usr/local/bin/zsh' >> /etc/shellschsh -s /usr/local/bin/zsh
Updating
dotfiles update
Introduce new files
dotfiles addto add existing files to ~/.dotfilesdotfiles stowafter creating files inside ~/.dotfiles
Excluding folders
touch $folder/.nostow