background, keybinds for moving and resizing windows, added color palett
This commit is contained in:
16
install.bash
16
install.bash
@ -2,19 +2,25 @@
|
||||
|
||||
# Run as root
|
||||
|
||||
ln -s hypr ~/.config/hypr
|
||||
ln -s fastfetch ~/.config/fastfetch
|
||||
ln -s mimeapps.list ~/.config/mimeapps.list
|
||||
ln -s ~/dotfiles/.conf/hypr ~/.config/hypr
|
||||
ln -s ~/dotfiles/.conf/hyprpaper ~/.config/hyprpaper
|
||||
ln -s ~/dotfiles/.conf/fastfetch ~/.config/fastfetch
|
||||
ln -s ~/dotfiles/.conf/mimeapps.list ~/.config/mimeapps.list
|
||||
ln -s ~/dotfiles/wallpapers ~/wallpapers
|
||||
|
||||
# Move application .desktop files
|
||||
# Desktop files are used to create recognizable applications or force apps to use wayland
|
||||
mv application-files/* ~/.local/share/applications/
|
||||
mv .local/share/applications/* ~/.local/share/applications/
|
||||
|
||||
# Hyperland stuff
|
||||
pacman -S uwsm hyprland xdg-desktop-portal-hyprland
|
||||
pacman -S uwsm hyprland xdg-desktop-portal-hyprland hyprpaper
|
||||
|
||||
# Basic essentials
|
||||
pacman -S waybar dunst libnotify wofi pipewire brightnessctl man-db man-pages
|
||||
|
||||
# Yazi dependencies (but also useful otherwise)
|
||||
pacman -S yazi ffmpeg poppler fd p7zip
|
||||
|
||||
# Other software
|
||||
pacman -S btop neovim nano grim slurp dust fastfetch imv wl-clipboard
|
||||
|
||||
|
Reference in New Issue
Block a user