MacOSX

Setting up MacOsX

install homebrew and some other programs (KeespassXC, Slack, Zoom and Google-Chrome)

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install --cask google-chrome
brew install --cask keepassxc
brew install --cask slack
brew install --cask zoom

Install zsh tmux and vim

brew install cmake python3 zsh vim tmux
chsh -s /usr/local/bin/zsh

Install spaceship theme

also zsh-completions

git clone https://github.com/denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" --depth=1
ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme" 
brew install zsh-completions

Install vundle

compile ycm

Install colorls

add alias to .zshrc

Install NerdFonts

Do no write DSStore Files

Last updated