Skip to content

Instantly share code, notes, and snippets.

@bchavet
Created June 11, 2019 15:07
Show Gist options
  • Save bchavet/ceb783aa98bffcf867c4e8affccfcc8a to your computer and use it in GitHub Desktop.
Save bchavet/ceb783aa98bffcf867c4e8affccfcc8a to your computer and use it in GitHub Desktop.
New Computer
- LastPass
- Obsidian
- Slack
- Arq
- Restore .ssh from backups
- Restore .gitconfig from backups
- Restore .vim and .vimrc from backups
- Restore .profile from backups
- Configure backups for new machine on existing backends (B2, SFTP)
- iterm2
- copy settings from old machine manually
- Firefox
- Chrome
- Webstorm
- Install ideaVim plugin
- Enable key-repeats (in terminal terminal)
- defaults write -g ApplePressAndHoldEnabled -bool false
- Windows RDP
- Hermes
- Moom
- Noko timer
- Tunnelblick
- homebrew
- colordiff
- pwgen
- node@10
- watch
- wget
- yarn
- gpg suite
- export/import keys from old computer
- Virtualbox (6.0 for the first time)
- had to approve software from Oracle in the system security preferences
- vagrant
- VLC
- generate new ssh keys
- ssh-keygen -b 4096
- add to keychain
- ssh-add -K ~/.ssh/id_rsa
- add to github
- add to dailyreport
- add to bitbucket
- ZSH
- chsh -s /bin/zsh
- brew install zsh-autosuggestions zsh-completions zsh-history-substring-search zsh-syntax-highlighting
- Oh-my-zsh: https://ohmyz.sh
- Source the zsh plugins installed by brew above, as well as ~/.profile at the end of ~/.zshrc
- Firefox
- Set as default browser
- Install lastpass & ublock origin extensions
- enable media.setsinkid.enabled in about: config
- allows google meet to select an audio input
-
- Jekyll
- brew install ruby
- jekyll needs a newer version of ruby than what comes with mojave
- gem install --user-install bundler jekyll
- iStats
- gem install --user-install iStats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment