Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 751 Bytes

readme.md

File metadata and controls

29 lines (20 loc) · 751 Bytes

"This is my rifle. There are many like it, but this one is mine."

Dotfile Creedo

Fork this to your github repo, then clone down to your machine:

cd ~
git clone https://github.com/scottstanfield/dotfiles
dotfiles/os/macos.sh # or os/debian.sh or os/raspbian.sh
dotfiles/link.sh

Then if you want my changes:

git fetch upstream && git merge upstream/main && git push

iCloud Drive link

Apple moved iCloud to a spot that's really hard to find, if you're on the command line: ~/Library/Mobile Documents/com~apple~CloudDocs. I like to make a soft link to my home root so it's easier to get to:

ln -s "$HOME/Library/Mobile Documents/com~apple~CloudDocs" $HOME/iCloud