idk
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
grave = 102nd # § ± key
|
||||
102nd = grave # ` ~ key
|
||||
|
||||
# THIS GOES IN /etc/keyd/ DIRECTORY!!!
|
||||
# THIS GOES IN /etc/keyd/ DIRECTORY!!!
|
||||
5
files/kxkbrc
Normal file
5
files/kxkbrc
Normal file
@@ -0,0 +1,5 @@
|
||||
[Layout]
|
||||
Model=applealu_iso
|
||||
ResetOldOptions=true
|
||||
|
||||
# THIS GOES IN THE ~/.config/ DIRECTORY
|
||||
4
files/sddm.conf
Normal file
4
files/sddm.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
# THIS GOES IN THE /etc/ DIRECTORY
|
||||
|
||||
[Autologin]
|
||||
Session=plasma
|
||||
16
install.sh
Normal file
16
install.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
# This is only meant for Fedora linux btw...
|
||||
|
||||
if [[ "$EUID" = 0 ]]; then
|
||||
echo "Executing as root."
|
||||
else
|
||||
sudo -k
|
||||
if sudo true; then
|
||||
echo "Correct root password, executing as root."
|
||||
else
|
||||
echo "Wrong root password."
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
dnf install neovim git base-devel -y
|
||||
Reference in New Issue
Block a user