feat: add zsh plugins and update configuration files
This commit is contained in:
16
install
Normal file
16
install
Normal file
@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
apt update
|
||||
apt upgrade -yqq
|
||||
apt install -yqq \
|
||||
git \
|
||||
zsh \
|
||||
curl \
|
||||
bat \
|
||||
ripgrep
|
||||
|
||||
curl https://sh.rustup.rs -sSf | sh
|
||||
curl -sfL https://direnv.net/install.sh | bash
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
|
||||
cargo install exa
|
Reference in New Issue
Block a user