Merge branch 'main' into smaller
This commit is contained in:
commit
b4fcbe12d3
12
.README.md
12
.README.md
@ -49,6 +49,12 @@ git apply --stat --apply 2604.patch
|
||||
- check _Limit outgoing connections_;
|
||||
- check _Allow full access for 25 minutes_.
|
||||
|
||||
### Systemd
|
||||
|
||||
Mask `onedrive` service for new user:
|
||||
|
||||
`ln -s /dev/null /etc/skel/.config/systemd/user/onedrive.service`
|
||||
|
||||
## Debian Packages {#debian}
|
||||
|
||||
### Installation
|
||||
@ -115,6 +121,9 @@ git clone --bare <git-repo-url> $HOME/.dotfiles
|
||||
export ALL_PROXY=127.0.0.1:8082
|
||||
git clone --bare https://forge.chapril.org/michel_ouba/points.git $HOME/.dotfiles
|
||||
|
||||
git clone --bare https://username:password@forge.chapril.org/michel_ouba/points.git $HOME/.dotfiles
|
||||
# @ → %40
|
||||
|
||||
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
|
||||
|
||||
dotfiles config --local status.showUntrackedFiles no
|
||||
@ -180,7 +189,8 @@ git clone --bare $(dotfiles remote -v | head -1 | cut -f2 | cut -f1 -d' ') /etc/
|
||||
|
||||
alias skelfiles='/usr/bin/git --git-dir=/etc/skel/.dotfiles --work-tree=/etc/skel'
|
||||
skelfiles config --local status.showUntrackedFiles no
|
||||
skelfiles checkout
|
||||
skelfiles checkout $(dotfiles branch --show-current)
|
||||
meld $HOME/.dotfiles/config /etc/skel/.dotfiles/config
|
||||
```
|
||||
|
||||
### Updates
|
||||
|
@ -9,7 +9,9 @@ XTerm*foreground: white
|
||||
|
||||
XTerm*geometry: 100x60
|
||||
|
||||
XTerm*faceName: MesloLGS NF
|
||||
! To dump mono fonts:
|
||||
! fc-list :scalable=true:spacing=mono: family | sort
|
||||
XTerm*faceName: JetBrainsMono NFM SemiBold
|
||||
XTerm*faceSize: 10
|
||||
|
||||
XTerm*internalBorder: 1
|
||||
|
@ -11,9 +11,20 @@ rm -f $LOG
|
||||
touch $LOG
|
||||
|
||||
|
||||
## Qubes: Template Cleaning
|
||||
## Disk Usage
|
||||
#
|
||||
#xterm -geometry 50x8-99+99 -title "Disk Usage" -hold -e "grc --colour=auto df -h --output=pcent,target,size,used,avail / /rw"
|
||||
|
||||
|
||||
## Versions Check
|
||||
#
|
||||
#xterm -geometry 100x40-99+99 -title "Versions Check" -hold -e "$HOME/bin/versions_check"
|
||||
|
||||
|
||||
## Qubes: Cleaning
|
||||
#
|
||||
#sudo apt clean
|
||||
rmdir $HOME/QubesIncoming/* --ignore-fail-on-non-empty
|
||||
|
||||
|
||||
## Qubes: Split SSH
|
||||
@ -29,6 +40,11 @@ if [[ -n "$SSH_VAULT_VM" ]]; then
|
||||
fi
|
||||
|
||||
|
||||
## Periodic Actions
|
||||
#
|
||||
#xterm -geometry 80x16 -hold -e $HOME/bin/every-hour.zsh
|
||||
|
||||
|
||||
## XFCE: Default Terminal
|
||||
#
|
||||
SHLVL=0 exo-open --launch TerminalEmulator &!
|
||||
|
Loading…
Reference in New Issue
Block a user