mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-14 18:27:21 +02:00
Compare commits
No commits in common. "bf404f74cc73e6f9cc51b99fc43c86df18a2cbfb" and "f427d07d1dad87ddc7d29fe53f7878fd0122afa0" have entirely different histories.
bf404f74cc
...
f427d07d1d
@ -1,4 +1,4 @@
|
||||
export QT_QPA_PLATFORMTHEME="kde"
|
||||
#export QT_QPA_PLATFORMTHEME="kde"
|
||||
export GDK_BACKEND=wayland
|
||||
export QT_QPA_PLATFORM=wayland
|
||||
export CLUTTER_BACKEND=wayland
|
||||
|
12
etc/profile.d/mikaela.sh
Normal file
12
etc/profile.d/mikaela.sh
Normal file
@ -0,0 +1,12 @@
|
||||
# Map compose to left menu and kill x with ctrl alt backspace and
|
||||
# disable unbreakable space
|
||||
setxkbmap -option compose:menu -option terminate:ctrl_alt_bksp -option nbsp:none
|
||||
|
||||
# Set TZ as the current timezone. This is supposed to be sent over SSH.
|
||||
TZ=$(date +%Z)
|
||||
|
||||
# Enable numlock
|
||||
numlockx on
|
||||
|
||||
# Workaround disappearing cursors, probably no harm in any case
|
||||
export XCURSOR_DISCOVER=1
|
8
install
8
install
@ -54,19 +54,11 @@ if hash pre-commit 2> /dev/null; then
|
||||
pre-commit gc
|
||||
fi
|
||||
|
||||
if hash symlinks 2> /dev/null; then
|
||||
symlinks -d ~/.local/bin/
|
||||
else
|
||||
echo "WARNING! Executable named symlinks not found in PATH."
|
||||
sleep 3
|
||||
fi
|
||||
|
||||
if hash corepack 2> /dev/null; then
|
||||
corepack enable --install-directory ~/.local/bin/
|
||||
corepack enable npm --install-directory ~/.local/bin/
|
||||
else
|
||||
echo "WARNING! corepack is not installed."
|
||||
sleep 3
|
||||
fi
|
||||
|
||||
if [ "$(id -u)" == "0" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user