Skip to content

chriswarren/dotfiles-v2

 
 

Repository files navigation

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

About

tanmdoan dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 52.0%
  • Shell 35.6%
  • Ruby 6.4%
  • Makefile 6.0%