This repo assumes two things.
- Must be using iTerm2. Mac default terminal doesn't work well with this custom bash.
- Working dir needs to be
$HOME/dev
To utilize these dotfiles, do the following.
- clone down this repo at
$HOME/dev/ - run
source $HOME/dev/dotfiles/zshrc - run
make_symsto build all the symlinks correctly. There are force flags for each block here if you need. Look athooks/post-up/make_rc_files.sh - run
new_setupto install all neccessary initial components and chsh to zsh - install your own oh-my-zsh theme, or run the powerline10k one installed here with
p10k configure
What does this get you? Oh baby, lots of stuff!. This will managed all your dotfiles for pry config, git config, bundle config, and aliases as well as install all of the following. You can skip the zsh and oh-my-zsh with prompts if you don't want those.
- zsh
- oh-my-zsh
- geckodriver
- pry
- rbenv
- ruby 2.6.3
- pyenv
- python 3.8.2
- ansible
- [email protected]
- i2cssh
- GRC for pretty dig commands
- symlinks
- custom git config
- a ton of useful aliases.
- much much more