mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 05:07:34 +02:00
Compare commits
7 Commits
b8f1aa69dd
...
79210446ed
Author | SHA1 | Date | |
---|---|---|---|
79210446ed | |||
6534fabd96 | |||
5419ff1bc7 | |||
1e3a81a0e1 | |||
9bc7bb0f18 | |||
d5a52b204d | |||
cd3469d53b |
3
.gitignore
vendored
3
.gitignore
vendored
@ -8,3 +8,6 @@
|
||||
|
||||
# Symlink
|
||||
install.run
|
||||
|
||||
# ???
|
||||
.git
|
||||
|
7
.gitmodules
vendored
7
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "etc/chrony/sources.d/jauderho-nts-servers"]
|
||||
path = etc/chrony/sources.d/jauderho-nts-servers
|
||||
[submodule "submodules/jauderho-nts-servers"]
|
||||
path = submodules/jauderho-nts-servers
|
||||
url = https://github.com/jauderho/nts-servers.git
|
||||
[submodule "submodules/SteamDeckScreenLock"]
|
||||
path = submodules/SteamDeckScreenLock
|
||||
url = https://github.com/RHOPKINS13/SteamDeckScreenLock.git
|
||||
|
@ -79,11 +79,6 @@
|
||||
# I am not developing in detached head state, I generally want to compile
|
||||
# a specific version of a program and I know how to get out of it
|
||||
detachedHead = false
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[status]
|
||||
submodulesummary = 1
|
||||
[submodule]
|
||||
|
@ -14,7 +14,7 @@ default_language_version:
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
rev: v4.5.0
|
||||
hooks:
|
||||
- id: check-added-large-files
|
||||
- id: check-case-conflict
|
||||
|
@ -79,11 +79,6 @@
|
||||
# I am not developing in detached head state, I generally want to compile
|
||||
# a specific version of a program and I know how to get out of it
|
||||
detachedHead = false
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[status]
|
||||
submodulesummary = 1
|
||||
[submodule]
|
||||
|
1
etc/chrony/sources.d/.gitignore
vendored
1
etc/chrony/sources.d/.gitignore
vendored
@ -1 +1,2 @@
|
||||
jauderho-nts.sources
|
||||
jauderho-nts-servers
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 3577d61431e7223d7998f94757c51649a12a836d
|
1
etc/chrony/sources.d/jauderho-nts-servers
Symbolic link
1
etc/chrony/sources.d/jauderho-nts-servers
Symbolic link
@ -0,0 +1 @@
|
||||
../../../submodules/jauderho-nts-servers
|
1
etc/xdg/autostart/.gitignore
vendored
Normal file
1
etc/xdg/autostart/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SteamOS-kscreenlocker.desktop
|
1
etc/xdg/autostart/SteamOS-kscreenlocker.desktop
Symbolic link
1
etc/xdg/autostart/SteamOS-kscreenlocker.desktop
Symbolic link
@ -0,0 +1 @@
|
||||
../../../submodules/SteamDeckScreenLock/screenlock.desktop
|
2
install
2
install
@ -49,6 +49,8 @@ if [ -f "$MIKAELA_GREP" ]; then
|
||||
bash -x .mikaela_install
|
||||
fi
|
||||
|
||||
(git lfs install | true &)
|
||||
|
||||
set +x
|
||||
# vim : set ft=sh :
|
||||
#chmod 700 $HOME -R
|
||||
|
@ -131,7 +131,9 @@ fi
|
||||
#shopt -s autocd
|
||||
|
||||
# Show the hostname, uptime and users logged in on shell start
|
||||
(hostname &)
|
||||
if hash hostname 2>/dev/null; then
|
||||
(hostname &)
|
||||
fi
|
||||
(uptime &)
|
||||
(echo "")
|
||||
if [[ $UNAME != Darwin ]]; then
|
||||
|
4
rc/zshrc
4
rc/zshrc
@ -87,7 +87,9 @@ zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#)*=0=01;31'
|
||||
zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd'
|
||||
|
||||
# Show the hostname, uptime and users logged in on shell start
|
||||
(hostname&)
|
||||
if hash hostname 2>/dev/null; then
|
||||
(hostname&)
|
||||
fi
|
||||
(uptime&)
|
||||
(echo "")
|
||||
|
||||
|
1
submodules/SteamDeckScreenLock
Submodule
1
submodules/SteamDeckScreenLock
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 7c23c1cbff88ca28f8301edcee3282e458c432ab
|
Loading…
x
Reference in New Issue
Block a user