Merge branch main

This commit is contained in:
Michel 2025-01-10 15:25:14 +01:00
commit 1e50c47759
4 changed files with 72 additions and 2 deletions

View File

@ -526,7 +526,7 @@ mv nvim.appimage ${NVIM}
mkdir -p $HOME/.local/bin
cd $HOME/.local/bin
# --- /opt
sudo chown root:root nvim.appimage
sudo chown root:root ${NVIM}
sudo mkdir -p /opt/neovim/bin
cd /opt/neovim/bin
SUDO=sudo

9
.zshrc
View File

@ -544,6 +544,13 @@ setopt nullglob
if (( ${#$(echo ~/QubesIncoming/*(F))} )); then
find ~/QubesIncoming ! -type d -printf "%5kk %p\n" |
sort -k2,9 |
sed -e "s:$HOME:~:"
sed -e "s:$HOME:~:" |
grcat $HOME/QubesIncoming.grc
fi
if [[ -n "$(echo ~/Downloads(F))" ]]; then
echo "\n~/Downloads:"
lsd --almost-all --long --recursive --blocks=size,date,name --date=relative Downloads
fi
setopt nonullglob

62
QubesIncoming.grc Normal file
View File

@ -0,0 +1,62 @@
# Debian-12 : blue
# Debian-13 : green
# dom0 : black
# kicksecure-17-xfce : magenta
#
regexp=/Cloud/
colours=bright_cyan on_magenta
---
regexp=/Debian-12-XFCE/
colours=on_blue
---
regexp=/Debian-13-XFCE/
colours=on_green
---
regexp=/dom0/
colours=black on_white
---
regexp=/keepassXC/
colours=bold black on_blue
---
regexp=/kicksecure-17-xfce/
colours=bold bright_magenta on_magenta
---
regexp=/Messageries/
colours=bold bright_cyan on_green
---
regexp=/VD-crosoft/
colours=bold bright_green on_green
---
regexp=/VD-CSE/
colours=bright_yellow on_green
---
regexp=/VD-dev-OCPP/
colours=bright_red on_magenta
---
regexp=/
colours=bright_black
---
regexp=~/QubesIncoming/
colours=bright_black
---
regexp=_?202\d-\d\d-\d\d_\d\d-\d\d(-\d\d)?
colours=yellow underline
---
regexp=Unique
colours=red underline
---
regexp=\.bashrc
colours=cyan
---
regexp=\.\w+history
colours=red
---
regexp=\.vimrc
colours=bright_blue
---
regexp=\.zshrc
colours=green
---

View File

@ -19,6 +19,7 @@ touch $LOG
## Qubes: Cleaning
#
#sudo apt clean
#sudo journalctl --vacuum-time=4w
#rmdir $HOME/QubesIncoming/* --ignore-fail-on-non-empty