mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 04:46:27 -04:00
Added a Konsole profile that defaults to zsh
This commit is contained in:
@@ -129,6 +129,7 @@ chmod 755 /home/"$username"/{.config,.local/share}
|
||||
if [ "$formfactor" == 1 ] || [ "$formfactor" == 2 ] || [ "$formfactor" == 3 ]; then
|
||||
pacman -S plasma-desktop plasma-wayland-session plasma-wayland-protocols kscreen kwallet-pam kdeplasma-addons spectacle gwenview plasma-nm plasma-pa breeze-gtk kde-gtk-config kio-extras khotkeys kwalletmanager yakuake ark kate bluedevil dolphin qt5-imageformats pipewire pipewire-pulse pipewire-jack pipewire-alsa wireplumber wayland-protocols polkit micro bluez-openrc --needed --noconfirm
|
||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/pam-login -o /etc/pam.d/login
|
||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/konsole-profile -o /home/"$username"/.local/share/konsole/Custom.profile
|
||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/konsolerc -o /home/"$username"/.config/konsolerc
|
||||
chmod 755 /home/"$username"/.config/konsolerc
|
||||
chown "$username":users /home/"$username"/.config/konsolerc
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
[Appearance]
|
||||
ColorScheme=DarkPastels
|
||||
|
||||
[General]
|
||||
Command=/bin/zsh
|
||||
Name=Custom
|
||||
Parent=FALLBACK/
|
||||
StartInCurrentSessionDir=false
|
||||
|
||||
[Scrolling]
|
||||
HistorySize=2000
|
||||
Reference in New Issue
Block a user