/dotfiles

just because I'm lazy and I have a very bad memory

Primary LanguageShell

~dotfiles

dotfiles

Fundamental

  1. Install Chrome, VSCode, Warp
  2. Install Aerial Screensaver
  3. Install app ~/dotfiles/apps

Configure Git

Brew

  1. Install brew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  2. Install brew packages ~/dotfiles/brew

ZSH

  1. Set zsh shell as default with chsh -s /bin/zsh
  2. Install Oh My Zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

NVM

  1. Install nvm curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
  2. Install NPM global packages ~/dotfiles/npm