diff --git a/README.md b/README.md new file mode 100644 index 0000000..bda666b --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Dotfiles + +## Ben's Amazing Dotfile Installer +The only prerequisite for Ben's Amazing Dotfile Installer is to install nodejs + +`node bootstrap.js [--os[-o] ubuntu/arch] [--host[-h] host/laptop]` + +NOTE: This will install and set up everything but it will not source tmux for example, you must `I` in order to do that + diff --git a/common/.zshrc b/common/.zshrc index 859f97c..8020e29 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -123,9 +123,12 @@ alias vim="nvim" alias vi="nvim" alias v="nvim" alias oldvim="vim" -eval $(thefuck --alias) +#eval $(thefuck --alias) export VISUAL=nvim; export EDITOR=nvim; -[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion +#[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion + +source .zshrc.local +