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