Skip to content

Instantly share code, notes, and snippets.

@emanuelschmoczer
Last active April 19, 2023 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emanuelschmoczer/ebebda30e4489a727477cb92367699c3 to your computer and use it in GitHub Desktop.
Save emanuelschmoczer/ebebda30e4489a727477cb92367699c3 to your computer and use it in GitHub Desktop.
brew and zsh default installs
brew install git-crypt git-extras zsh-you-should-use fzf
brew install git-duet/tap/git-duet
# optional
brew install --cask cheatsheet clipy iterm2 rectangle
# install from https://ohmyz.sh/
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# install from https://github.com/powerline/fonts
# clone
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts
# TODO: create .zconfig, see https://docs.brew.sh/Shell-Completion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment