Update bootstrap

This commit is contained in:
Rain 2021-09-28 04:33:09 +00:00
parent 1c3e137484
commit 4a75084a83

View File

@ -8,9 +8,11 @@ echo "Init submodules"
yadm submodule update --recursive --init yadm submodule update --recursive --init
echo "Installing tmux package manager (tpm)" echo "Installing tmux package manager (tpm)"
sudo pacman -S tmux --noconfirm
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
echo "Installing SpaceVim" echo "Installing SpaceVim"
sudo pacman -S neovim python-pyvim xclip --noconfirm
curl -sLf https://spacevim.org/install.sh | bash curl -sLf https://spacevim.org/install.sh | bash
echo "Setting up Rust" echo "Setting up Rust"
@ -18,7 +20,7 @@ sudo pacman -S rustup --noconfirm
rustup install stable rustup install stable
echo "Installing oh-my-zsh" echo "Installing oh-my-zsh"
sudo pacman -S zsh tmux fzf dust ripgrep procs bat lsd sudo pacman -S zsh fzf dust ripgrep procs bat lsd starship --noconfirm
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)"
source ~/.zshrc source ~/.zshrc