Skip to content

Latest commit

 

History

History
128 lines (86 loc) · 2.91 KB

README.md

File metadata and controls

128 lines (86 loc) · 2.91 KB

Dotfiles

My personal dotfiles.

Automated Installation

To install most of the things listed here

sh setup.sh

Notes: The script will not install the following, so it needs to be installed manually.

  • iterm2
  • Docker
  • GitKraken
  • Golang

Manual Installation

Terminal Emulators

MacOS

Windows

Linux

Terminal Frameworks

Oh My ZSH

Plugins
# ~/.zshrc
plugins=(
    git
    zsh-syntax-highlighting
    zsh-autosuggestions
    docker
    aws
    kubectl
)

Themes

Starship
  1. Install FireCode Nerd Font - https://www.nerdfonts.com/font-downloads

  2. Update iTerm to use it (settings > profile > text > fonts > FireCode Nerd Font Mono)

  3. Update VSCode

    "editor.fontFamily": "'FiraMono Nerd Font Mono', monospace", // "'Fira Code'",
    "terminal.integrated.fontFamily": "'FiraMono Nerd Font Mono', monospace",
  4. Update starship config file (~/.config/starship.toml)

Utility Tools


Developer Tools

Gitkraken

Nice UI for Git

Programming Languages

Docker

Docker Compose

DevOps

AWS CLI