lool
This commit is contained in:
9
README.md
Normal file
9
README.md
Normal 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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user