mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-23 07:13:25 +00:00
Compare commits
2 commits
ab8abc1979
...
1149d8e317
Author | SHA1 | Date | |
---|---|---|---|
Phantop | 1149d8e317 | ||
Phantop | 344a95016c |
|
@ -17,7 +17,7 @@ echo permit nopass :wheel | t /etc/doas.conf
|
|||
p -Syu
|
||||
#shellcheck disable=SC2046
|
||||
p -S --needed $(grep -v devkit ~/.dotfiles/arch/packages)
|
||||
yay -S pandoc-bin shellcheck-bin --noconfirm
|
||||
yay -S pandoc-bin shellcheck-bin xremap-x11-bin --noconfirm
|
||||
cp ~/.dotfiles/arch/dwarfs-universal /tmp/PKGBUILD
|
||||
makepkg -srD /tmp
|
||||
p -U /tmp/*.tar.zst
|
||||
|
@ -33,6 +33,7 @@ mkdir -p ~/.parallel/will-cite ~/.config/aria2
|
|||
stow --no-folding -d ~/.dotfiles -t ~/.config .
|
||||
~/.dotfiles/bin/config.fish
|
||||
s chsh -s "$(grep -m1 bin/fish /etc/shells)" "$USER"
|
||||
s usermod -aG input "$USER"
|
||||
|
||||
w https://github.com/dracula/kitty/raw/master/dracula.conf -P ~/.config/kitty
|
||||
w https://github.com/dracula/musikcube/raw/main/dracula.json -P ~/.config/musikcube/themes
|
||||
|
|
Loading…
Reference in a new issue