[bootstrap] update bootstrap script

This commit is contained in:
Lucien Cartier-Tilet 2024-06-08 15:12:21 +02:00
parent 90063ae6c5
commit 1280086985
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -210,7 +210,7 @@ pass \
pdfpc \ pdfpc \
ripgrep \ ripgrep \
rsync \ rsync \
scrot \ flameshot \
tealdeer \ tealdeer \
tmux \ tmux \
tree \ tree \
@ -243,10 +243,10 @@ for pkg in $APPSPKG
paru -S --skipreview --needed $pkg paru -S --skipreview --needed $pkg
end end
cd /home/phundrak/Documents/code/PKGBUILDs/emacs && makepkg -si; cd .. cd /home/phundrak/Documents/code/PKGBUILDs/emacs && makepkg -si && cd
cd /home/phundrak/Documents/code/PKGBUILDs/nsxiv && makepkg -si; cd .. cd /home/phundrak/Documents/code/PKGBUILDs/nsxiv && makepkg -si && cd
cd /home/phundrak/Documents/code/PKGBUILDs/pumopm-git && makepkg -si; cd .. cd /home/phundrak/Documents/code/PKGBUILDs/pumopm-git && makepkg -si && cd
cd /home/phundrak/Documents/code/PKGBUILDs/sent && makepkg -si; cd .. cd /home/phundrak/Documents/code/PKGBUILDs/sent && makepkg -si && cd
mkdir -p $HOME/.config/fish mkdir -p $HOME/.config/fish
mkdir -p $HOME/.config/gtk-2.0 mkdir -p $HOME/.config/gtk-2.0
@ -295,11 +295,6 @@ emacs -q --batch --eval '(require \'ob-tangle)' \
--eval '(setq org-confirm-babel-evaluate nil)' \ --eval '(setq org-confirm-babel-evaluate nil)' \
--eval '(org-babel-tangle-file "~/org/config/picom.org")' --eval '(org-babel-tangle-file "~/org/config/picom.org")'
printf '\n\n==== Tangling rustfmt.org\n\n' && \
emacs -q --batch --eval '(require \'ob-tangle)' \
--eval '(setq org-confirm-babel-evaluate nil)' \
--eval '(org-babel-tangle-file "~/org/config/rustfmt.org")'
printf '\n\n==== Tangling stumpwm.org\n\n' && \ printf '\n\n==== Tangling stumpwm.org\n\n' && \
emacs -q --batch --eval '(require \'ob-tangle)' \ emacs -q --batch --eval '(require \'ob-tangle)' \
--eval '(setq org-confirm-babel-evaluate nil)' \ --eval '(setq org-confirm-babel-evaluate nil)' \
@ -376,10 +371,9 @@ rustup default stable
rustup toolchain install nightly rustup toolchain install nightly
printf "\n# Add rust utilities ##########################################################\n\n" printf "\n# Add rust utilities ##########################################################\n\n"
cargo install rustfmt racer cargo install rustfmt
rustup component add rust-src rustup component add rust-src
rustup component add rls
rustup component add clippy rustup component add clippy
printf "\n# Installing fisher ###########################################################\n\n" printf "\n# Installing fisher ###########################################################\n\n"