mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-03 20:57:20 +02:00
Compare commits
No commits in common. "5bc88f931aaac69bd4aa5675fbb4cc3f7e405b12" and "4155fd8bd0a0f57cca7b155e1bda2975aefc99b7" have entirely different histories.
5bc88f931a
...
4155fd8bd0
@ -87,11 +87,8 @@ trim_trailing_whitespace = false
|
|||||||
max_line_length = unset
|
max_line_length = unset
|
||||||
|
|
||||||
# RFC 678
|
# RFC 678
|
||||||
[*.txt]
|
#[*.txt]
|
||||||
max_line_length = 72
|
#max_line_length = 72
|
||||||
# copied from markdown
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 2
|
|
||||||
|
|
||||||
# Windows line-endings for Windows
|
# Windows line-endings for Windows
|
||||||
[*.{reg,bat,ahk}]
|
[*.{reg,bat,ahk}]
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
|
|
||||||
# Motivational messages
|
|
||||||
# Tavun OM värähtely poistaa ylpeyttä, MA kateutta, NI takertumista. PE
|
|
||||||
# leikkaa tietämättömyyden läpi, ME hälventää ahneuden ja rintakehässä
|
|
||||||
# värähtelevä HUNG muuntaa vihan.
|
|
||||||
# Kuinka asiat ovat (s. 74-75) - Lama Ole Nydahl
|
|
||||||
Aferoj emas funkcii sin mem... OM MANI PEME HUNG...
|
|
||||||
# Illusions I & II - Richard Bach
|
|
||||||
# Here is a test to find whether your mission on earth is finished:
|
|
||||||
# If you’re alive, it isn’t.
|
|
||||||
# You are a perfect expression of perfect Love, here and now.
|
|
||||||
|
|
||||||
Memoru ankauh
|
|
||||||
- Know fear. Face fears. Don't obey in advance! Fluff the SPOTLIGHT
|
|
||||||
EFFECT! Break the SPIRAL OF SILENCE!
|
|
||||||
- Be the gay propawganda they are so afraid of! Wear pride, be
|
|
||||||
genderqueer, unshaved, unashamedly braless!
|
|
||||||
- Act Like You Belong. And you shall belong.
|
|
||||||
- Leave the world a better place than you found it. Remember
|
|
||||||
EMPATHY, SYMPATHY and COMPASSION! Let them lead you to KINDNESS!
|
|
||||||
- Remember your own boundaries too, you too are allowed to say no
|
|
||||||
and continue walking past without explaining yourself! They are
|
|
||||||
afraid of your judgment too employed right now or not.
|
|
||||||
- May your heart be your guiding key ;)
|
|
||||||
- MEMENTO VIVERE
|
|
||||||
|
|
||||||
Make your tech grayscale painting your life with colours
|
|
@ -1,4 +1,7 @@
|
|||||||
# SPDX-FileCopyrightText: 2025 Aminda Suomalainen <suomalainen@aminda.eu>
|
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
root = true
|
root = false
|
||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
@ -161,7 +161,7 @@
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
"collapseBlocked",
|
"collapseBlocked",
|
||||||
"false"
|
"true"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"colorBlindFriendly",
|
"colorBlindFriendly",
|
||||||
|
@ -80,7 +80,7 @@
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
"collapseBlocked",
|
"collapseBlocked",
|
||||||
"false"
|
"true"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"colorBlindFriendly",
|
"colorBlindFriendly",
|
||||||
|
5
install
5
install
@ -166,16 +166,13 @@ if [ "$(id -u)" == "0" ]; then
|
|||||||
|
|
||||||
# Systemd configuration directories. SECURITY WARNINGS!
|
# Systemd configuration directories. SECURITY WARNINGS!
|
||||||
mkdir -vp /etc/systemd/{system,system-preset,user,network}/
|
mkdir -vp /etc/systemd/{system,system-preset,user,network}/
|
||||||
mkdir -vp /etc/systemd/system/{app.slice.d,service.d,socket.d}/
|
mkdir -vp /etc/systemd/system/{app.slice.d,service.d}/
|
||||||
cp -v etc/systemd/system/app.slice.d/90-cpuquota.conf /etc/systemd/system/app.slice.d/90-cpuquota.conf
|
cp -v etc/systemd/system/app.slice.d/90-cpuquota.conf /etc/systemd/system/app.slice.d/90-cpuquota.conf
|
||||||
mkdir -vp /etc/systemd/{coredump,login,oomd,journald,resolved,system,timesyncd}.conf.d/
|
mkdir -vp /etc/systemd/{coredump,login,oomd,journald,resolved,system,timesyncd}.conf.d/
|
||||||
cp -v etc/systemd/oomd.conf.d/20-oomd.conf /etc/systemd/oomd.conf.d/20-oomd.conf
|
cp -v etc/systemd/oomd.conf.d/20-oomd.conf /etc/systemd/oomd.conf.d/20-oomd.conf
|
||||||
mkdir -vp /etc/systemd/system/{ssh,sshd,sshguard,systemd-resolved,systemd-networkd,NetworkManager,iwd,unbound,tor,oidentd,yggdrasil}.service.d/
|
mkdir -vp /etc/systemd/system/{ssh,sshd,sshguard,systemd-resolved,systemd-networkd,NetworkManager,iwd,unbound,tor,oidentd,yggdrasil}.service.d/
|
||||||
mkdir -vp /etc/systemd/system/{ssh,sshd,oidentd}.socket.d/
|
mkdir -vp /etc/systemd/system/{ssh,sshd,oidentd}.socket.d/
|
||||||
# SECURITY WARNING!
|
# SECURITY WARNING!
|
||||||
cp -v etc/systemd/system/service.d/rngd-wanted.conf /etc/systemd/system/service.d/
|
|
||||||
cp -v etc/systemd/system/socket.d/dualstack-bind.conf /etc/systemd/system/socket.d/
|
|
||||||
# SECURITY WARNING!
|
|
||||||
cp -v etc/systemd/system/service.d/never-fail.conf /etc/systemd/system/ssh.service.d/
|
cp -v etc/systemd/system/service.d/never-fail.conf /etc/systemd/system/ssh.service.d/
|
||||||
cp -v etc/systemd/system/service.d/never-fail.conf /etc/systemd/system/sshd.service.d/
|
cp -v etc/systemd/system/service.d/never-fail.conf /etc/systemd/system/sshd.service.d/
|
||||||
cp -v etc/systemd/system/service.d/never-fail.conf /etc/systemd/system/sshguard.service.d/
|
cp -v etc/systemd/system/service.d/never-fail.conf /etc/systemd/system/sshguard.service.d/
|
||||||
|
27
rc/bashrc
27
rc/bashrc
@ -167,8 +167,31 @@ if hash lsb_release 2> /dev/null; then
|
|||||||
|
|
||||||
# Only print motivational phrases if username is aminda or mikaela or deck
|
# Only print motivational phrases if username is aminda or mikaela or deck
|
||||||
if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]] || [[ $(whoami) == deck ]]; then
|
if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]] || [[ $(whoami) == deck ]]; then
|
||||||
if [ -f $HOME/.shell-things/.mikaela/motivational-message.txt ]; then
|
if hash python3 2> /dev/null; then
|
||||||
tail -n +1 $HOME/.shell-things/.mikaela/motivational-message.txt | grep -v '#'
|
(
|
||||||
|
# Motivational messages
|
||||||
|
# Tavun OM värähtely poistaa ylpeyttä, MA kateutta, NI takertumista. PE leikkaa tietämättömyyden läpi, ME hälventää ahneuden ja rintakehässä värähtelevä HUNG muuntaa vihan.
|
||||||
|
# Kuinka asiat ovat (s. 74-75) - Lama Ole Nydahl
|
||||||
|
# Illusions I & II - Richard Bach were quoted as well
|
||||||
|
python3 -c 'print("""
|
||||||
|
Aferoj emas funkcii sin mem...\tOM MANI PEME HUNG...
|
||||||
|
|
||||||
|
\tHere is a test to find whether your mission on earth is finished:
|
||||||
|
\t\tIf you’re alive, it isn’t.
|
||||||
|
\tYou are a perfect expression of perfect Love, here and now.
|
||||||
|
|
||||||
|
\t\t\tMemoru ankauh
|
||||||
|
\t- Know fear. Face fears. Fluff the SPOTLIGHT EFFECT! Break the
|
||||||
|
\t SPIRAL OF SILENCE!
|
||||||
|
\t- Act Like You Belong. And you shall belong.
|
||||||
|
\t- Leave the world a better place than you found it. Remember
|
||||||
|
\t EMPATHY, SYMPATHY and COMPASSION! Let them lead you to KINDNESS!
|
||||||
|
\t- May your heart be your guiding key ;)
|
||||||
|
\t- MEMENTO VIVERE
|
||||||
|
""")'
|
||||||
|
)
|
||||||
|
printf "\tMake your tech grayscale painting your life with colours\n"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
elif [[ "$(id -u)" == "0" ]]; then
|
elif [[ "$(id -u)" == "0" ]]; then
|
||||||
# This comes from Charybdis IRCd
|
# This comes from Charybdis IRCd
|
||||||
|
26
rc/zshrc
26
rc/zshrc
@ -63,8 +63,30 @@ if hash lsb_release 2> /dev/null; then
|
|||||||
|
|
||||||
# Only print motivational phrases if username is aminda or mikaela or deck
|
# Only print motivational phrases if username is aminda or mikaela or deck
|
||||||
if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]] || [[ $(whoami) == deck ]]; then
|
if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]] || [[ $(whoami) == deck ]]; then
|
||||||
if [ -f $HOME/.shell-things/.mikaela/motivational-message.txt ]; then
|
if hash python3 2> /dev/null; then
|
||||||
tail -n +1 $HOME/.shell-things/.mikaela/motivational-message.txt | grep -v '#'
|
(
|
||||||
|
# Motivational messages
|
||||||
|
# Tavun OM värähtely poistaa ylpeyttä, MA kateutta, NI takertumista. PE leikkaa tietämättömyyden läpi, ME hälventää ahneuden ja rintakehässä värähtelevä HUNG muuntaa vihan.
|
||||||
|
# Kuinka asiat ovat (s. 74-75) - Lama Ole Nydahl
|
||||||
|
# Illusions I & II - Richard Bach were quoted as well
|
||||||
|
python3 -c 'print("""
|
||||||
|
Aferoj emas funkcii sin mem...\tOM MANI PEME HUNG...
|
||||||
|
|
||||||
|
\tHere is a test to find whether your mission on earth is finished:
|
||||||
|
\t\tIf you’re alive, it isn’t.
|
||||||
|
\tYou are a perfect expression of perfect Love, here and now.
|
||||||
|
|
||||||
|
\t\t\tMemoru ankauh
|
||||||
|
\t- Know fear. Face fears. Fluff the SPOTLIGHT EFFECT! Break the
|
||||||
|
\t SPIRAL OF SILENCE!
|
||||||
|
\t- Act Like You Belong. And you shall belong.
|
||||||
|
\t- Leave the world a better place than you found it. Remember
|
||||||
|
\t EMPATHY, SYMPATHY and COMPASSION! Let them lead you to KINDNESS!
|
||||||
|
\t- May your heart be your guiding key ;)
|
||||||
|
\t- MEMENTO VIVERE
|
||||||
|
""")'
|
||||||
|
)
|
||||||
|
printf "\tMake your tech grayscale painting your life with colours\n"
|
||||||
fi
|
fi
|
||||||
elif [[ "$(id -u)" == "0" ]]; then
|
elif [[ "$(id -u)" == "0" ]]; then
|
||||||
# This comes from Charybdis IRCd
|
# This comes from Charybdis IRCd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user