mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-01-31 08:45:46 +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:
|
#window:
|
||||||
decorations: none
|
# decorations: none
|
||||||
|
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
|
|
|
@ -11,6 +11,7 @@ workspace_backup() {
|
||||||
}
|
}
|
||||||
|
|
||||||
workspace_link() {
|
workspace_link() {
|
||||||
|
mkdir -p $(dirname $HOME_DIR/$2)
|
||||||
ln -s $REPO_DIR/$1 $HOME_DIR/$2 || true
|
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/gitfast", from:oh-my-zsh
|
||||||
zplug "plugins/git-extras", from:oh-my-zsh
|
zplug "plugins/git-extras", from:oh-my-zsh
|
||||||
zplug "plugins/kubectl", 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/terraform", from:oh-my-zsh
|
||||||
zplug "plugins/tmux", from:oh-my-zsh
|
zplug "plugins/tmux", from:oh-my-zsh
|
||||||
zplug "plugins/common-aliases", from:oh-my-zsh
|
zplug "plugins/common-aliases", from:oh-my-zsh
|
||||||
|
|
Loading…
Reference in a new issue