mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 13:17:38 +02:00
Compare commits
No commits in common. "79210446ed0a7007349cc71e32b5c16a369119c2" and "b8f1aa69ddfa7ca851ebd8716faa353387143a03" have entirely different histories.
79210446ed
...
b8f1aa69dd
3
.gitignore
vendored
3
.gitignore
vendored
@ -8,6 +8,3 @@
|
||||
|
||||
# Symlink
|
||||
install.run
|
||||
|
||||
# ???
|
||||
.git
|
||||
|
7
.gitmodules
vendored
7
.gitmodules
vendored
@ -1,6 +1,3 @@
|
||||
[submodule "submodules/jauderho-nts-servers"]
|
||||
path = submodules/jauderho-nts-servers
|
||||
[submodule "etc/chrony/sources.d/jauderho-nts-servers"]
|
||||
path = etc/chrony/sources.d/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,6 +79,11 @@
|
||||
# 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.5.0
|
||||
rev: v4.4.0
|
||||
hooks:
|
||||
- id: check-added-large-files
|
||||
- id: check-case-conflict
|
||||
|
@ -79,6 +79,11 @@
|
||||
# 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,2 +1 @@
|
||||
jauderho-nts.sources
|
||||
jauderho-nts-servers
|
||||
|
@ -1 +0,0 @@
|
||||
../../../submodules/jauderho-nts-servers
|
1
etc/chrony/sources.d/jauderho-nts-servers
Submodule
1
etc/chrony/sources.d/jauderho-nts-servers
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 3577d61431e7223d7998f94757c51649a12a836d
|
1
etc/xdg/autostart/.gitignore
vendored
1
etc/xdg/autostart/.gitignore
vendored
@ -1 +0,0 @@
|
||||
SteamOS-kscreenlocker.desktop
|
@ -1 +0,0 @@
|
||||
../../../submodules/SteamDeckScreenLock/screenlock.desktop
|
2
install
2
install
@ -49,8 +49,6 @@ 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,9 +131,7 @@ fi
|
||||
#shopt -s autocd
|
||||
|
||||
# Show the hostname, uptime and users logged in on shell start
|
||||
if hash hostname 2>/dev/null; then
|
||||
(hostname &)
|
||||
fi
|
||||
(hostname &)
|
||||
(uptime &)
|
||||
(echo "")
|
||||
if [[ $UNAME != Darwin ]]; then
|
||||
|
4
rc/zshrc
4
rc/zshrc
@ -87,9 +87,7 @@ 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
|
||||
if hash hostname 2>/dev/null; then
|
||||
(hostname&)
|
||||
fi
|
||||
(hostname&)
|
||||
(uptime&)
|
||||
(echo "")
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 7c23c1cbff88ca28f8301edcee3282e458c432ab
|
Loading…
x
Reference in New Issue
Block a user