mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-14 18:27:21 +02:00
Compare commits
4 Commits
f427d07d1d
...
bf404f74cc
Author | SHA1 | Date | |
---|---|---|---|
bf404f74cc | |||
a7e5cc2aa3 | |||
89a8c1772c | |||
df31c22d3e |
@ -1,4 +1,4 @@
|
|||||||
#export QT_QPA_PLATFORMTHEME="kde"
|
export QT_QPA_PLATFORMTHEME="kde"
|
||||||
export GDK_BACKEND=wayland
|
export GDK_BACKEND=wayland
|
||||||
export QT_QPA_PLATFORM=wayland
|
export QT_QPA_PLATFORM=wayland
|
||||||
export CLUTTER_BACKEND=wayland
|
export CLUTTER_BACKEND=wayland
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
# 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,11 +54,19 @@ if hash pre-commit 2> /dev/null; then
|
|||||||
pre-commit gc
|
pre-commit gc
|
||||||
fi
|
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
|
if hash corepack 2> /dev/null; then
|
||||||
corepack enable --install-directory ~/.local/bin/
|
corepack enable --install-directory ~/.local/bin/
|
||||||
corepack enable npm --install-directory ~/.local/bin/
|
corepack enable npm --install-directory ~/.local/bin/
|
||||||
else
|
else
|
||||||
echo "WARNING! corepack is not installed."
|
echo "WARNING! corepack is not installed."
|
||||||
|
sleep 3
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$(id -u)" == "0" ]; then
|
if [ "$(id -u)" == "0" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user