/dotfiles

🏠 Simple personal dotfiles repo

Primary LanguageShell

~/.dotfiles

🏠 Simple personal dotfiles repo

screenshot

Usage

git clone https://github.com/bigforcegun/dotfiles.git ~/.dotfiles
~/.dotfiles/setup_system
~/.dotfiles/setup_user
# pkgs
~/.dotfiles/setup_packages_ubuntu

Sources of inspiration

Sources to research

Notes and snippets

Skip git hooks

git -c hooks.gitleaks=false commit -m 'Test hook2'

Systemd mount unit name

systemd-escape -p --suffix=mount "/home/bigforcegun/mounts/station"

Fix manjaro python update fail

sudo pacman -S python-jeepney --overwrite '*'

Sync history

git clone git@github.com:bigforcegun/zsh_history_backup.git .zsh_history_backup
git clone git@github.com:bigforcegun/zsh_history_backup.git .zsh_history_proj

zhpl
zhps -r BEA596E7B5F0A834 -y
zhsync -r BEA596E7B5F0A834 -y

Tmux auto theme

https://github.com/erikw/tmux-dark-notify/blob/main/scripts/tmux-theme-mode.sh#L53 - cannot do like this, cause of oh-my tmux custom theming

need to launch tmux run '"$TMUX_PROGRAM" source "$TMUX_CONF_LOCAL"' && tmux run 'cut -c3- "$TMUX_CONF" | sh -s _apply_theme' and change framework vars, not tmux theme vars