Simple environment for working as web developer
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
- clone the repo anywhere in your system
- run
make
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
- run
bin/uninstall
- use FZF.vim + ripgrep over Ctrl.p and ag
- automatically set iterm font to hacknerd font
Inspiration came from ## athal7's dotfiles