Skip to content

Latest commit

 

History

History
130 lines (110 loc) · 2.61 KB

README.md

File metadata and controls

130 lines (110 loc) · 2.61 KB

Vutya styled Mac'n'cheese

better people better mac configs

beter people better neovim configs

Mandatory foreplay

Before you do anything you MUST complete these steps

  1. grab as much coconut oil you can (extra virgin works best)
  2. generously apply oil to yourself (bath tub full of coconut oil recommended (in the lack of forementioned, paint roller can do))
  3. subscribe to prime https://www.youtube.com/c/theprimeagen

now it's safe to proceed

first u

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

add brew to path

export PATH="/usr/local/bin:/usr/local/sbin:~/bin:$PATH"

dev

brew install \
  git \
  wget \
  mas \
  nvm \
  tldr \
  tree \
  ripgrep \
  z \
  thefuck

Configure github

brew tap microsoft/git
brew install --cask git-credential-manager-core

mas

  • Amphetamine
mas install 937984704

casks (GUIs)

now u

brew install --cask \
  google-chrome  \
  firefox \
  brave-browser \
  visual-studio-code \
  iterm2 \
  docker \
  rectangle \
  discord \
  zoom \
  microsoft-teams \
  telegram \
  dropbox \
  bitwarden \
  obsidian \
  vlc \
  imageoptim \
  maccy \

non brew :/

oh my zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

non oh my zsh plugins

brew install \
  zsh \
  zsh-syntax-highlighting \
  zsh-autosuggestions \
  zsh-completions

for more detail

symlink

ln -s code/dotfiles/.zshrc .zshrc

NeoVim

# for relative path when inside dotfiles dir
ln -s $(pwd)/nvim ~/.config/nvim
# or absolute path
ln -s ~/code/dotfiles/nvim ~/.config/nvim

git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

other

fonts install all nerd fonts https://gist.github.com/davidteren/898f2dcccd42d9f8680ec69a3a5d350e

node

nvm

cd ~/ && git clone https://github.com/nvm-sh/nvm.git .nvm