Add most of the linux stuff in

This commit is contained in:
2021-09-20 07:51:24 -04:00
parent 88956e46aa
commit aa265b2156
10 changed files with 135 additions and 453 deletions
+6 -2
View File
@@ -10,8 +10,8 @@ export ZSH="$HOME/.oh-my-zsh"
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
# ZSH_THEME="robbyrussell"
ZSH_THEME="cobalt2"
ZSH_THEME="robbyrussell"
# ZSH_THEME="cobalt2"
# Set list of themes to pick from when loading at random
# Setting this variable when ZSH_THEME=random will cause zsh to load
@@ -108,3 +108,7 @@ source $ZSH/oh-my-zsh.sh
# [ -f ~/.config/tabtab/__tabtab.fish ]; and . ~/.config/tabtab/__tabtab.fish; or true
# source <("/usr/local/bin/starship" init zsh --print-full-init)
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion