#!/bin/sh set -e alias s=sudo g=git printf '[chaotic-aur]\nInclude = /etc/pacman.d/chaotic-mirrorlist\n' | s tee -a /etc/pacman.conf s pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com s pacman-key --lsign-key 3056513887B78AEB s pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' s pacman -Syu xargs -o sudo pacman -S --needed < ~/.dotfiles/archpkgs yay -S pandoc-bin shellcheck-bin nvimpager chsh -s "$(which fish)" echo kernel.core_pattern=/dev/null | s tee -a /etc/sysctl.d/50-coredump.conf echo options i915 enable_rc6=1 enable_fbc=1 lvds_downclock=1 enable__psr=1 | s tee -a /etc/modprobe.d/i915.conf echo options lsm=landlock,lockdown,yama,integrity,apparmor,bpf | s tee -a /boot/loader/entries/*.conf mkdir -p ~/.parallel/will-cite ~/.config/aria2 stow --no-folding -d ~/.dotfiles -t ~/.config . fish -c "aliases" wget https://github.com/dracula/kitty/raw/master/dracula.conf -P ~/.config/kitty wget https://github.com/dracula/musikcube/raw/main/dracula.json -P ~/.config/musikcube/themes wget https://github.com/dracula/rofi/raw/main/theme/config2.rasi -P ~/.config/rofi wget https://github.com/zedeus/nitter/raw/master/public/css/themes/dracula.css -P ~/.config/qutebrowser wget https://github.com/mrzool/bash-sensible/raw/master/sensible.bash -O ~/.bashrc wget https://source.netsurf-browser.org/netsurf.git/plain/resources/adblock.css -P ~/.config/qutebrowser wget https://github.com/savq/paq-nvim/raw/master/lua/paq.lua -P ~/.config/nvim/lua nvim +PaqInstall +q wget https://github.com/DonCanjas/mpv-visualizer/raw/master/visualizer.lua -P ~/.config/mpv/scripts wget https://github.com/elhirchek/copy-paste-url/raw/master/copy-paste-url.lua -P ~/.config/mpv/scripts wget https://gitlab.com/lvml/mpv-plugin-xrandr/-/raw/master/xrandr.lua -P ~/.config/mpv/scripts printf bt-tracker= > ~/.config/aria2/aria2.conf curl -L https://github.com/ngosang/trackerslist/raw/master/trackers_best.txt | tr "\n" , >> ~/.config/aria2/aria2.conf g g p:appdwarf ~/.local/appdwarf g g p:haiku-icons ~/.local/share/icons/Haiku for i in ~/.dotfiles/dconf/*; do dconf reset -f "$(basename "$i" | tr : /)" #shellcheck disable=SC2094 dconf load "$(basename "$i" | tr : /)" < "$i" done