logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git
commit: 08798ceaaa253c0197868c4e9fd85864fbc96ffe
parent 5472029bc45e506ddce59cea46856ebb89f3a9ce
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 22 Jul 2023 09:41:30 +0200

.profile: CMAKE_GENERATOR=Ninja

Diffstat:

M.profile1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.profile b/.profile @@ -35,6 +35,7 @@ export SSH_ASK_PASS="${HOME}/.local/bin/ssh-ask-pass.sh" export TERMINAL='foot' export TZ='Europe/Paris' export QT_STYLE_OVERRIDE=adwaita-dark +export CMAKE_GENERATOR=Ninja # Own environment variables for agnostism export MY_WALLPAPER_MODE='fill' # one of fill, center, tile