mirror of
https://gitgud.io/Melon__Bread/gnu-plus-dotfiles.git
synced 2024-11-25 00:38:38 -05:00
Update bootstrap
This commit is contained in:
parent
1c3e137484
commit
4a75084a83
@ -8,9 +8,11 @@ echo "Init submodules"
|
||||
yadm submodule update --recursive --init
|
||||
|
||||
echo "Installing tmux package manager (tpm)"
|
||||
sudo pacman -S tmux --noconfirm
|
||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
|
||||
echo "Installing SpaceVim"
|
||||
sudo pacman -S neovim python-pyvim xclip --noconfirm
|
||||
curl -sLf https://spacevim.org/install.sh | bash
|
||||
|
||||
echo "Setting up Rust"
|
||||
@ -18,7 +20,7 @@ sudo pacman -S rustup --noconfirm
|
||||
rustup install stable
|
||||
|
||||
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)"
|
||||
source ~/.zshrc
|
||||
|
Loading…
Reference in New Issue
Block a user