diff --git a/config/.zshrc b/config/.zshrc index 4c04f75..65849a5 100644 --- a/config/.zshrc +++ b/config/.zshrc @@ -11,7 +11,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k" source ~/.aliases # Plugins -plugins=(git colorize docker yarn vscode sudo alias-finder archlinux zsh-histdb zsh-autosuggestions) +plugins=(git colorize docker yarn debian vscode sudo alias-finder archlinux zsh-histdb zsh-autosuggestions) # Oh-my-zsh source $ZSH/oh-my-zsh.sh diff --git a/config/ssh b/config/ssh index 17c3212..2eedb3d 100644 --- a/config/ssh +++ b/config/ssh @@ -22,5 +22,5 @@ Host local-server Host mail-server User ubuntu - HostName 158.101.217.202 + HostName 158.101.195.59 IdentityFile ~/.ssh/mail-server diff --git a/dotfiles b/dotfiles index fbd2fc6..bfc0b51 100755 --- a/dotfiles +++ b/dotfiles @@ -30,7 +30,7 @@ case $1 in ;; install-server) - sudo apt install python3 neovim neofetch cmake curl -y + sudo apt install python3 neovim curl zsh -y $ROOT/install -c "$DOTFILES/install-server.yaml" ;;