This commit is contained in:
Benjamin Kyd
2023-02-07 20:36:37 +00:00
parent b2f1de05f9
commit fc3524534d
2 changed files with 14 additions and 2 deletions

9
README.md Normal file
View File

@@ -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 `<C-b>I` in order to do that

View File

@@ -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