AutoYADM commit: 2025-03-15 01:15:06
This commit is contained in:
parent
af200c2a72
commit
c067097077
4 changed files with 48 additions and 0 deletions
17
.config/yadm/bootstrap.d/strap.sh
Executable file
17
.config/yadm/bootstrap.d/strap.sh
Executable file
|
@ -0,0 +1,17 @@
|
|||
#!/bin/env bash
|
||||
|
||||
# install paru
|
||||
|
||||
sudo pacman -S --needed base-devel
|
||||
git clone https://aur.archlinux.org/paru.git
|
||||
cd paru || exit 1
|
||||
makepkg -si
|
||||
cd .. || exit 1
|
||||
rm -r paru
|
||||
|
||||
# Sync, update
|
||||
paru -Syyu
|
||||
paru --gendb
|
||||
paru -S zsh
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
paru -S go rustup aerc isync cyrus-ssl-xoauth2 notmuch w3m ugrep w3m aerc bat btop cava clipcat waybar-cava direnv dunst eza fish foot fuzzel harper helix-git lazygit niri television tmux vesktop-bin zathura starship
|
Loading…
Add table
Add a link
Reference in a new issue