mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-01-31 00:35:42 +00:00
feat: better nvm support, use decorations for now
This commit is contained in:
parent
ce2409ddf1
commit
f7491742c2
3 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
window:
|
||||
decorations: none
|
||||
#window:
|
||||
# decorations: none
|
||||
|
||||
font:
|
||||
normal:
|
||||
|
|
|
@ -11,6 +11,7 @@ workspace_backup() {
|
|||
}
|
||||
|
||||
workspace_link() {
|
||||
mkdir -p $(dirname $HOME_DIR/$2)
|
||||
ln -s $REPO_DIR/$1 $HOME_DIR/$2 || true
|
||||
}
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ zplug "plugins/git", from:oh-my-zsh
|
|||
zplug "plugins/gitfast", from:oh-my-zsh
|
||||
zplug "plugins/git-extras", from:oh-my-zsh
|
||||
zplug "plugins/kubectl", from:oh-my-zsh
|
||||
zplug "plugins/nvm", from:oh-my-zsh
|
||||
zplug "lukechilds/zsh-nvm"
|
||||
zplug "plugins/terraform", from:oh-my-zsh
|
||||
zplug "plugins/tmux", from:oh-my-zsh
|
||||
zplug "plugins/common-aliases", from:oh-my-zsh
|
||||
|
|
Loading…
Reference in a new issue