Dotfiles
config files for vim, fish, i3, tmux, git, irb
Install / Use
/learn @zorab47/DotfilesREADME
Charles' Dot Files
Configuration of my system the way I like it.
Installation
git clone https://github.com/zorab47/dotfiles ~/.dotfiles
~/.dotfiles/bootstrap
External Apps
Optional applications which enhance the command line.
- autojump
- coreutils (dircolors)
- exuberant-ctags
- silversearcher-ag
- pspg, Postgres Pager
sudo apt-get install silversearcher-ag exuberant-ctags coreutils autojump
macOS Apps
- 1Password
- 1Blocker
- Acorn
- Alfred
- AppCleaner
- CleanShotX
- Cocktail
- Divvy
- Dropbox
- Elgato Camera Hub
- Elgato Control Center
- Fantastical
- Firefox
- In Your Face
- Muzzel
- Rectangle
- Rescue Time
- Sound Control
- VimR
Old
- Flycut
Notifications
- Pushover for simple notifications for long running processes to iOS or Android devices
Browser Plug-ins
Firefox
- It's All Text!: Edit textareas using an external editor
- Markdown Here
- Markdown Viewer
- Nimbus Screen Capture
- Octotree file hierarchy tree for Github.
- VimFx: Vim keyboard shortcuts for Firefox
Development Tools
sudo apt-get install shellcheck git-extras
Fonts
fc-cache -fv # update font caches
Gems
- awesome_print
- brice
- bundler_diffgems
- hirb
- looksee
- rubocop
- scss_lint
gem install awesome_print brice hirb looksee rubocop scss_lint
Vim-spiration
Sources
- Effortless Ctags with Git: Setup and configure Ctags to be run with
git commands like
git checkout.
