.
This commit is contained in:
10
install.bash
10
install.bash
@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Run as root
|
||||
# Kitty tab bar: https://github.com/kovidgoyal/kitty/discussions/4447#discussioncomment-3240635
|
||||
|
||||
ln -s ~/dotfiles/.conf/hypr ~/.config/hypr
|
||||
ln -s ~/dotfiles/.conf/hyprpaper ~/.config/hyprpaper
|
||||
@ -10,9 +11,10 @@ ln -s ~/dotfiles/wallpapers ~/wallpapers
|
||||
|
||||
# Move application .desktop files
|
||||
# Desktop files are used to create recognizable applications or force apps to use wayland
|
||||
mv .local/share/applications/* ~/.local/share/applications/
|
||||
cp .local/share/applications/* ~/.local/share/applications/
|
||||
|
||||
# Hyperland stuff
|
||||
# uwsm needed for launching hypr on boot
|
||||
pacman -S uwsm hyprland xdg-desktop-portal-hyprland hyprpaper
|
||||
|
||||
# Programs for app theming (fonts, cursor)
|
||||
@ -26,5 +28,9 @@ pacman -S waybar dunst libnotify wofi pipewire brightnessctl man-db man-pages
|
||||
pacman -S yazi ffmpeg poppler fd p7zip
|
||||
|
||||
# Other software
|
||||
pacman -S btop neovim nano grim slurp dust fastfetch imv wl-clipboard
|
||||
# Use amdctl for undervolting
|
||||
pacman -S btop neovim nano grim slurp dust fastfetch imv wl-clipboard amdctl
|
||||
|
||||
# Font
|
||||
# Delete all fonts in /usr/share/fonts
|
||||
sudo pacman -S ttf-inconsolata-lgc-nerd
|
||||
|
Reference in New Issue
Block a user