mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2026-02-02 06:06:56 +00:00
Compare commits
No commits in common. "c5a7f3f6ec34f57bd8d41a6ba84522cead10fb52" and "48e6f440c9272ce3d38fc0dd336a302563d1ec82" have entirely different histories.
c5a7f3f6ec
...
48e6f440c9
3 changed files with 4 additions and 6 deletions
|
|
@ -1 +0,0 @@
|
|||
kitty.desktop
|
||||
|
|
@ -6,7 +6,7 @@ if [[ ! -d "$ZGENOM_DIR" ]]; then
|
|||
fi
|
||||
|
||||
# Load zgenom (plugin manager for ZSH)
|
||||
source "${ZGENOM_DIR}/zgenom.zsh"
|
||||
source "${ZGENOM_DIR}/.zgenom/zgenom.zsh"
|
||||
|
||||
# Check for zgenom updates
|
||||
# This does not increase startup time
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ cp -ra home/.config/swappy ~/.config
|
|||
cp -ra home/.config/systemd ~/.config
|
||||
#cp -ar home/.config/fontconfig ~/.config
|
||||
cp -ra home/.config/swaync ~/.config
|
||||
cp home/.config/xdg-terminals.list ~/.config
|
||||
|
||||
# Theme configs
|
||||
cp -ar home/.config/qt5ct ~/.config
|
||||
|
|
@ -75,7 +74,7 @@ paru -Syu --noconfirm
|
|||
# WM Essentials
|
||||
paru -S --noconfirm --needed \
|
||||
udisks2 udiskie gvfs gvfs-mtp gnome-keyring xorg-xinput polkit-gnome brightnessctl \
|
||||
xdg-user-dirs playerctl xdg-terminal-exec
|
||||
xdg-user-dirs playerctl
|
||||
|
||||
# Wayland WM essentials
|
||||
paru -S --noconfirm --needed \
|
||||
|
|
@ -105,7 +104,7 @@ paru -S --noconfirm --needed \
|
|||
# Other Utilities
|
||||
paru -S --noconfirm --needed \
|
||||
nm-connection-editor network-manager-applet ffmpegthumbnailer hyfetch fastfetch \
|
||||
tesseract tesseract-data-eng nvtop lazydocker lazygit arch-update
|
||||
tesseract tesseract-data-eng nvtop lazydocker lazygit
|
||||
|
||||
# Themes (Qt theme, GTK theme, icons theme, cursor theme)
|
||||
paru -S --noconfirm --needed \
|
||||
|
|
@ -153,7 +152,7 @@ gsettings set org.gnome.desktop.interface cursor-size 24
|
|||
|
||||
# Services
|
||||
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 arch-update-tray.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
|
||||
|
||||
echo "GUI Installation finished, you should now reboot and run uwsm start hyprland.desktop"
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue