This commit is contained in:
2022-09-26 06:38:36 -04:00
parent 5633ac0dd1
commit fc60535945

View File

@@ -3,7 +3,7 @@
#Install ripgrep #Install ripgrep
#Install fd #Install fd
sudo add-apt-repository ppa:neovim-ppa/stable sudo add-apt-repository ppa:neovim-ppa/stable
sudo apt update && sudo apt install -y zsh neovim ripgrep fd-find sudo apt update && sudo apt install -y zsh neovim ripgrep fd-find fzf
#Install oh-my-zsh #Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
#Install oh-my-zsh plugins #Install oh-my-zsh plugins