From 7f56c2c669a9a584d4f9f43213fc1a1738d16a5e Mon Sep 17 00:00:00 2001 From: TBS093A Date: Wed, 12 Apr 2023 15:37:40 +0200 Subject: [PATCH] feat: upgrade configuration --- install.zsh.sh | 7 +------ make.symlinks.sh | 2 -- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/install.zsh.sh b/install.zsh.sh index f50b5cb..cfad882 100755 --- a/install.zsh.sh +++ b/install.zsh.sh @@ -1,6 +1 @@ -sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" - -git clone https://github.com/zsh-users/zsh-autosuggestions.git \ - $HOME/.oh-my-zsh/plugins/zsh-autosuggestions -git clone https://github.com/zsh-users/zsh-syntax-highlighting.git \ - $HOME/.oh-my-zsh/plugins/zsh-syntax-highlighting \ No newline at end of file +sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" \ No newline at end of file diff --git a/make.symlinks.sh b/make.symlinks.sh index a289f91..620cbd7 100644 --- a/make.symlinks.sh +++ b/make.symlinks.sh @@ -1,6 +1,4 @@ ln -s $(pwd)/.gitconfig ~/.gitconfig -ln -s $(pwd)/.bashrc ~/.bashrc -ln -s $(pwd)/.bash_profile ~/.bash_profile ln -s $(pwd)/.zshrc ~/.zshrc ln -s $(pwd)/lambda-00x097.zsh-theme ~/.oh-my-zsh/themes/lambda-00x097.zsh-theme