feat: upgrade configuration
parent
4620a8ae3f
commit
7f56c2c669
|
|
@ -1,6 +1 @@
|
||||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
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
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
ln -s $(pwd)/.gitconfig ~/.gitconfig
|
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)/.zshrc ~/.zshrc
|
||||||
ln -s $(pwd)/lambda-00x097.zsh-theme ~/.oh-my-zsh/themes/lambda-00x097.zsh-theme
|
ln -s $(pwd)/lambda-00x097.zsh-theme ~/.oh-my-zsh/themes/lambda-00x097.zsh-theme
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue