From fc3524534ded45230f15d4a813c0b6ddab051a73 Mon Sep 17 00:00:00 2001 From: Benjamin Kyd Date: Tue, 7 Feb 2023 20:36:37 +0000 Subject: [PATCH] lool --- README.md | 9 +++++++++ common/.zshrc | 7 +++++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 README.md 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 +