Initial commit

This commit is contained in:
Silvan 2023-09-22 21:39:32 +02:00
commit e5d71d27dd
6 changed files with 66 additions and 0 deletions

3
.bash_logout Normal file
View File

@ -0,0 +1,3 @@
# ~/.bash_logout
clear

13
.bash_profile Normal file
View File

@ -0,0 +1,13 @@
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAME

9
.bashrc Normal file
View File

@ -0,0 +1,9 @@
# .bashrc
# User specific aliases and functions
export PATH="/sbin:/usr/sbin:/usr/local/sbin:$PATH"
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi

View File

@ -0,0 +1,2 @@
[Migration]
Enabled=false

View File

@ -0,0 +1,2 @@
[Migration]
Enabled=false

37
.qt/qtrc Normal file
View File

@ -0,0 +1,37 @@
[3.3]
libraryPath=/opt/kde3/lib/kde3/plugins/:/usr/bin:/usr/lib/kde3/plugins:/usr/lib/qt3/bin:/usr/lib/qt3/plugins
[Font Substitutions]
arial=helvetica^e
helv=helvetica^e
tms rmn=times^e
[General]
GUIEffects=none^e
embedFonts=true
enableXft=true
font=Bitstream Vera Sans,9,-1,5,50,0,0,0,0,0
style=plastik
useXft=true
[KDE]
contrast=7
kdeAddedLibraryPaths=~/.kde/lib/kde3/plugins/^e/opt/kde3/lib/kde3/plugins/^e
[KWinPalette]
activeBackground=#4db90a
activeBlend=#163403
activeForeground=#ffffff
activeTitleBtnBg=#efefef
frame=#efefef
inactiveBackground=#efefef
inactiveBlend=#d9d9d9
inactiveForeground=#777777
inactiveFrame=#efefef
inactiveTitleBtnBg=#efefef
[Palette]
active=#000000^e#dddfe4^e#ffffff^e#ffffff^e#555555^e#c7c7c7^e#000000^e#ffffff^e#000000^e#ffffff^e#efefef^e#000000^e#74be47^e#ffffff^e#296206^e#52188b^e
disabled=#808080^e#dddfe4^e#ffffff^e#ffffff^e#555555^e#c7c7c7^e#c7c7c7^e#ffffff^e#808080^e#ffffff^e#efefef^e#000000^e#619e3b^e#ffffff^e#296206^e#52188b^e
inactive=#000000^e#dddfe4^e#ffffff^e#ffffff^e#555555^e#c7c7c7^e#000000^e#ffffff^e#000000^e#ffffff^e#efefef^e#000000^e#74be47^e#ffffff^e#296206^e#52188b^e