mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2026-02-01 21:56:57 +00:00
Compare commits
3 commits
48e6f440c9
...
c5a7f3f6ec
| Author | SHA1 | Date | |
|---|---|---|---|
| c5a7f3f6ec | |||
| 33d02ed030 | |||
| 357a82e171 |
3 changed files with 6 additions and 4 deletions
1
home/.config/xdg-terminals.list
Normal file
1
home/.config/xdg-terminals.list
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
kitty.desktop
|
||||||
|
|
@ -6,7 +6,7 @@ if [[ ! -d "$ZGENOM_DIR" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Load zgenom (plugin manager for ZSH)
|
# Load zgenom (plugin manager for ZSH)
|
||||||
source "${ZGENOM_DIR}/.zgenom/zgenom.zsh"
|
source "${ZGENOM_DIR}/zgenom.zsh"
|
||||||
|
|
||||||
# Check for zgenom updates
|
# Check for zgenom updates
|
||||||
# This does not increase startup time
|
# This does not increase startup time
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@ cp -ra home/.config/swappy ~/.config
|
||||||
cp -ra home/.config/systemd ~/.config
|
cp -ra home/.config/systemd ~/.config
|
||||||
#cp -ar home/.config/fontconfig ~/.config
|
#cp -ar home/.config/fontconfig ~/.config
|
||||||
cp -ra home/.config/swaync ~/.config
|
cp -ra home/.config/swaync ~/.config
|
||||||
|
cp home/.config/xdg-terminals.list ~/.config
|
||||||
|
|
||||||
# Theme configs
|
# Theme configs
|
||||||
cp -ar home/.config/qt5ct ~/.config
|
cp -ar home/.config/qt5ct ~/.config
|
||||||
|
|
@ -74,7 +75,7 @@ paru -Syu --noconfirm
|
||||||
# WM Essentials
|
# WM Essentials
|
||||||
paru -S --noconfirm --needed \
|
paru -S --noconfirm --needed \
|
||||||
udisks2 udiskie gvfs gvfs-mtp gnome-keyring xorg-xinput polkit-gnome brightnessctl \
|
udisks2 udiskie gvfs gvfs-mtp gnome-keyring xorg-xinput polkit-gnome brightnessctl \
|
||||||
xdg-user-dirs playerctl
|
xdg-user-dirs playerctl xdg-terminal-exec
|
||||||
|
|
||||||
# Wayland WM essentials
|
# Wayland WM essentials
|
||||||
paru -S --noconfirm --needed \
|
paru -S --noconfirm --needed \
|
||||||
|
|
@ -104,7 +105,7 @@ paru -S --noconfirm --needed \
|
||||||
# Other Utilities
|
# Other Utilities
|
||||||
paru -S --noconfirm --needed \
|
paru -S --noconfirm --needed \
|
||||||
nm-connection-editor network-manager-applet ffmpegthumbnailer hyfetch fastfetch \
|
nm-connection-editor network-manager-applet ffmpegthumbnailer hyfetch fastfetch \
|
||||||
tesseract tesseract-data-eng nvtop lazydocker lazygit
|
tesseract tesseract-data-eng nvtop lazydocker lazygit arch-update
|
||||||
|
|
||||||
# Themes (Qt theme, GTK theme, icons theme, cursor theme)
|
# Themes (Qt theme, GTK theme, icons theme, cursor theme)
|
||||||
paru -S --noconfirm --needed \
|
paru -S --noconfirm --needed \
|
||||||
|
|
@ -152,7 +153,7 @@ gsettings set org.gnome.desktop.interface cursor-size 24
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
sudo systemctl enable --now seatd.service
|
sudo systemctl enable --now seatd.service
|
||||||
systemctl --user enable polkit-gnome-agent.service fumon.service hyprpaper.service hypridle.service hyprsunset.service elephant.service walker.service swaync.service systemd-lock-handler.service hyprlock.service swaync-inhibit-lock.service swaync-inhibit-unlock.service pcmanfm-qt.service nm-applet.service blueman-applet.service
|
systemctl --user enable polkit-gnome-agent.service fumon.service hyprpaper.service hypridle.service hyprsunset.service elephant.service walker.service swaync.service systemd-lock-handler.service hyprlock.service swaync-inhibit-lock.service swaync-inhibit-unlock.service pcmanfm-qt.service nm-applet.service blueman-applet.service arch-update-tray.service
|
||||||
|
|
||||||
echo "GUI Installation finished, you should now reboot and run uwsm start hyprland.desktop"
|
echo "GUI Installation finished, you should now reboot and run uwsm start hyprland.desktop"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue