starship
This commit is contained in:
19
install.bash
19
install.bash
@ -3,6 +3,10 @@
|
||||
# Run as root
|
||||
# Kitty tab bar: https://github.com/kovidgoyal/kitty/discussions/4447#discussioncomment-3240635
|
||||
|
||||
###################################################################
|
||||
# SYMBOLIC LINKS
|
||||
###################################################################
|
||||
|
||||
ln -s ~/dotfiles/.conf/hypr ~/.config/hypr
|
||||
ln -s ~/dotfiles/.conf/hyprpaper ~/.config/hyprpaper
|
||||
ln -s ~/dotfiles/.conf/fastfetch ~/.config/fastfetch
|
||||
@ -10,10 +14,18 @@ ln -s ~/dotfiles/.conf/mimeapps.list ~/.config/mimeapps.list
|
||||
ln -s ~/dotfiles/wallpapers ~/wallpapers
|
||||
ln -s ~/dotfiles/.fonts ~/.fonts
|
||||
|
||||
# Starship config
|
||||
ln -s ~/dotfiles/.config/starship.toml ~/.config/starship.toml
|
||||
ln -s ~/dotfiles/.config/starship.toml /root/.config/starship.toml
|
||||
|
||||
# Fix Electron Apps Wayland scaling issue:
|
||||
# If app doesn't work, add "--no-sandbox" to app in /usr/share/applications/
|
||||
ln -s ~/dotfiles/.conf/environment.d ~/.config/environment.d
|
||||
|
||||
###################################################################
|
||||
# PACKAGES
|
||||
###################################################################
|
||||
|
||||
# Hyperland stuff
|
||||
# uwsm needed for launching hypr on boot
|
||||
pacman -S uwsm hyprland xdg-desktop-portal-hyprland hyprpaper
|
||||
@ -28,12 +40,19 @@ pacman -S yazi ffmpeg poppler fd p7zip
|
||||
# Use amdctl for undervolting
|
||||
pacman -S btop ripgrep bat neovim nano grim slurp dust fastfetch imv wl-clipboard amdctl
|
||||
|
||||
# Bash prompt bar
|
||||
pacman -S starship
|
||||
|
||||
# Networking
|
||||
# For connecting to eduroam install config with this script: https://cat.eduroam.org/
|
||||
# wpa_supplicant is dependency of networkmanager that was not installed for some reason.
|
||||
# Run networkmanager with "nmcli dev wifi connect 'ssid' password 'password'"
|
||||
pacman -S networkmanager wpa_supplicant
|
||||
|
||||
###################################################################
|
||||
# TINKERING
|
||||
###################################################################
|
||||
|
||||
# Launch directly into hyprlock and skipping login
|
||||
echo '[Service]\nExecStart=\nExecStart=-/sbin/agetty --noreset --noclear --autologin alex %I $TERM' | sudo tee /etc/systemd/system/getty@tty1.service.d/override.conf > /dev/null && sudo systemctl enable getty@tty1
|
||||
|
||||
|
Reference in New Issue
Block a user