Clone repo to hidden directory & run submodules
git clone [email protected]:bartvosman/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
git submodule init
git submodule update
Run Install.sh
chmod +x ~/.dotfiles/install.sh && ~/.dotfiles/install.sh
Creat dock whitepsaces
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'; killall Dock
Generate SSH key
ssh-keygen -t rsa -b 4096 -C "[email protected]"
Copy SSH key
pbcopy < ~/.ssh/id_rsa.pub