Skip to content
forked from dguo/dotfiles

💻 Personal dotfiles and system configuration

License

Notifications You must be signed in to change notification settings

pborowicz/dotfiles

 
 

Repository files navigation

System Configuration Build Status

Terminal toolkit

  • Bash for the shell
    • The benefits of zsh seem to be somewhat negated by some of these other tools
  • ctop for monitoring containers
  • Docker for development environments
    • Containerization means it's much lighter than VM solutions like Vagrant
    • Supported by many CI services
  • exa for replacing ls
  • fd for replacing find
  • fzf for a general purpose fuzzy finder
    • Jump to directories (making cd somewhat obsolete) with fzf-marks
    • Open files without navigating to the directory
  • Git for source control
    • I tried to do a merge in SVN once. Never again.
  • ripgrep for searching through code
  • tldr for when man is overkill
  • tmux for multiplexing
    • Except on my local machine because iTerm is powerful enough
  • Tokei for counting code statistics
  • Vim and Visual Studio Code for text editing

Languages

Desktop applications


xkcd 1172

xkcd 1806

About

💻 Personal dotfiles and system configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 59.3%
  • Vim Script 35.2%
  • Ruby 4.2%
  • AutoHotkey 1.3%