Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.03 KB

File metadata and controls

41 lines (35 loc) · 1.03 KB

dotfiles

I'm trying to join all dot files because I'm using some devices and never remember what things (or aliases) can I do. And, also I wanted a dotfiles repo as I had seen to good developers.

I started copying and adapting the code at Rakefile from YADR project and now as it seems repo is outdated I'm trying to do it manually and with minimal changes.

Setup macOS

  • Install Brew
  • Look for updated blog posts with development setup
  • Install some brew basics
brew install --cask \
  raycast \
  bitwarden \
  google-chrome  \
  iterm2 \
  visual-studio-code \
  cursor \
  docker \
  slack \
  discord \
  imageoptim \
  ngrok
brew install \
  git \
  heroku \
  rbenv \
  wget \
  z
  • Install Oh My Zsh
  • Link the custom zsh files into oh-my-zsh by running:
./link-zsh-custom.sh

This symlinks every *.zsh file in zsh.custom/ into ~/.oh-my-zsh/custom so they load automatically. Re-run it any time you add a new file.