Show hidden files
Run these two commands:
defaults write com.apple.Finder AppleShowAllFiles true
killall Finder
- https://brew.sh/
- https://brave.com/download/ sync bookmarks
brew install spectacle workflowy iterm2 sourcetree postman git nvm
- https://www.spectacleapp.com/ (brew)
- https://workflowy.com/downloads/windows/ (brew)
- https://iterm2.com/ (brew)
- https://www.sourcetreeapp.com/ (brew)
- https://www.postman.com/ (brew)
- Node version manager
- git
- https://apps.apple.com/us/app/slack-for-desktop/id803453959?mt=12
- https://www.google.com/drive/download/
- https://code.visualstudio.com/
- https://www.docker.com/products/docker-desktop
- https://nosqlbooster.com/downloads
brew install git
https://apple.stackexchange.com/questions/154292/iterm-going-one-word-backwards-and-forwards
- Go to Preferences... > Profiles > Keys (not Preferences... > Keys)
- Make a new profile and set it to default
- Key mapping
- Press Presets...
- Select Natural Text Editing
- Remove
SSH keys
git config
code ~/.gitconfig
contents of .gitconfig
[user]
email = aziz@.org
name = Aziz Ali
[core]
excludesfile = /Users/azizali/.gitignore_global
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[alias]
b = branch
co = checkout
cob = checkout -b
com = commit -m
pl = pull
plo = pull origin
plom = pull origin main
ps = push
pso = push origin
psom = push origin main
r = rebase
ri = rebase -i
riom = rebase -i origin/main
rsh = reset --hard
rss = reset --soft
nvm https://github.com/nvm-sh/nvm#installing-and-updating
node nvm install node
yarn npm install -g yarn