Skip to content

All the tools and configuration I use on my daily basis

Notifications You must be signed in to change notification settings

0xDones/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

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

About

All the tools and configuration I use on my daily basis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published