Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.09 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.09 KB

dotfiles

Simple environment for working as web developer

What's included

This environment helps with working with these tools/languages:

  • zsh/oh-my-zsh
  • git
  • neovim
  • tmux
  • Ruby/Rails
  • Javascript/React/TS

Other utility tools include:

  • asdf -- manages languages (replaces rvm, nvm)
  • autojump -- easily jump to directories
  • fzf -- fuzzy finder for the terminal

Installation

  • clone the repo anywhere in your system
  • run make

Make it your own

Place your customizations into a .local file and the original dotfile will source your custom file.

For example:

.zshrc.local will be sourced by zhsrc
.tmux.conf.local will be sourced by .tmux.conf

The entry point is the Makefile and custom tools can be included via homebrew in the Brewfile

Uninstall

  • run bin/uninstall

Future improvements

  • use FZF.vim + ripgrep over Ctrl.p and ag
  • automatically set iterm font to hacknerd font

Trouble shooting

Inspiration came from ## athal7's dotfiles