minor updates
This commit is contained in:
parent
b4e16e78b0
commit
9134428e9a
@ -114,7 +114,7 @@ When the `fetch` configuration is not set, insert the following line in the
|
|||||||
_remote_ section of `.dotfiles/config`:
|
_remote_ section of `.dotfiles/config`:
|
||||||
|
|
||||||
```config
|
```config
|
||||||
fetch = +refs/heads/*:refs/remotes/origin/*
|
fetch = +refs/heads/*:refs/remotes/<remote-name>/*
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install into `/etc/skel`
|
### Install into `/etc/skel`
|
||||||
|
8
.zshrc
8
.zshrc
@ -223,7 +223,12 @@ compdef colormake-short=make
|
|||||||
|
|
||||||
# Git
|
# Git
|
||||||
#
|
#
|
||||||
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
|
if [ -d $HOME/.dotfiles ]; then
|
||||||
|
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
|
||||||
|
fi
|
||||||
|
if [ -d /etc/skel/.dotfiles ]; then
|
||||||
|
alias skelfiles='/usr/bin/git --git-dir=/etc/skel/.dotfiles --work-tree=/etc/skel'
|
||||||
|
fi
|
||||||
|
|
||||||
lg()
|
lg()
|
||||||
{
|
{
|
||||||
@ -446,7 +451,6 @@ zle -N globalias
|
|||||||
###
|
###
|
||||||
|
|
||||||
if [[ -r /etc/grc.zsh ]]; then
|
if [[ -r /etc/grc.zsh ]]; then
|
||||||
# ! Incompatible with P10K Transient
|
|
||||||
source /etc/grc.zsh
|
source /etc/grc.zsh
|
||||||
|
|
||||||
# I want the default behaviour for:
|
# I want the default behaviour for:
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
python 3.11.8
|
python 3.12.4
|
||||||
direnv 2.33.0
|
direnv 2.34.0
|
||||||
|
@ -12,6 +12,11 @@ alias xterm='xterm -bg black -fg white -fa Hack -fs 10'
|
|||||||
xterm -geometry 120x40 -title "Mount devices" -hold -e $HOME/bin/mount_dev.zsh
|
xterm -geometry 120x40 -title "Mount devices" -hold -e $HOME/bin/mount_dev.zsh
|
||||||
|
|
||||||
|
|
||||||
|
## Qubes Template
|
||||||
|
#
|
||||||
|
# sudo apt clean
|
||||||
|
|
||||||
|
|
||||||
## Start periodic actions
|
## Start periodic actions
|
||||||
#
|
#
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user