6 lines
228 B
Bash
Executable File
6 lines
228 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ln -s "$PWD"/zsh-autosuggestions "$PWD"/config/zsh/ohmyzsh/custom/plugins/zsh-autosuggestions
|
|
ln -s "$PWD"/zsh-syntax-highlighting "$PWD"/config/zsh/ohmyzsh/custom/plugins/zsh-syntax-highlighting
|
|
rm -rf local/state
|