Skip to content

Instantly share code, notes, and snippets.

@humbertodosreis
Last active August 21, 2020 18:36
Show Gist options
  • Save humbertodosreis/2c02dd2f274276852afdffb521cb8fdf to your computer and use it in GitHub Desktop.
Save humbertodosreis/2c02dd2f274276852afdffb521cb8fdf to your computer and use it in GitHub Desktop.
Setup development env
# Install iTerm
# Install zsh
# install brew
# Install oh-my-zsh
# Install dracula theme
# Install FireCode font and configure iTerm
# Install starship
brew install starship

# Install zinit and plugins
zinit light zdharma/fast-syntax-highlighting
zinit light zsh-users/zsh-autosuggestions
zinit light zsh-users/zsh-completions

# Install zfz
brew install fzf
# To install useful key bindings and fuzzy completion:
$(brew --prefix)/opt/fzf/install

# Install aws-cli
# Install sam-cli

# Install asdf
# Install asdf nodejs
# Install asdf python
# Install asdf java and jdk
# Install asdf kotlin
# Install asdf ruby

# Install pygments - colorized cat
brew install pygments
alias cat="pygmentize -g" >> ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment