Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 962 Bytes

happy-hackerino.md

File metadata and controls

47 lines (28 loc) · 962 Bytes

Happy Hacking

SSH setup

Two options:

  1. Setup using 1Password
  2. Setup using a normal ssh key

Apps

Install most used apps from App Store and from their websites.

oh my zsh

Installing it

Follow Oh my Zsh installation guide: https://ohmyz.sh/#install

Link ZSHRC

rm /Users/erick/.zshrc ln -s "/Users/erick/Developer/setup/zsh/.zshrc" /Users/erick ln -s "/Users/erick/Developer/setup/zsh/.zsh" /Users/erick

Link Antigen

ln -s /Users/erick/Developer/setup/zsh/.antigenrc /Users/erick

Configure Git

ln -s /Users/erick/Developer/setup/git/.gitignore /Users/erick ln -s /Users/erick/Developer/setup/git/.gitconfig /Users/erick

Brew

Follow steps from https://brew.sh

Vim (nvim)

ln -s /Users/erick/Developer/setup/vim/.vimrc /Users/erick/ ln -s /Users/erick/Developer/setup/vim/.vim /Users/erick/ mkdir -p ~/.config/nvim; ln -s ~/.vimrc ~/.config/nvim/init.vim

Final details

touch ~/.hushlogin