Select the types of activity you want to include in your feed.
Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature.
gitlab.com/andreijiroh-dev/dotfiles
···1717fi
1818export GPG_TTY=$(tty)
19192020+# how about detecting local configs
2121+if [ -f "$HOME/.config/localconfig.env" ]; then
2222+ . "$HOME/.config/localconfig.env"
2323+fi
2424+2025if command -v oh-my-posh >>/dev/null && [[ $FF_USE_OHMYPOSH != "false" ]]; then
2126 eval "$(oh-my-posh init bash)"
2227else
2328 if [[ $PROMPT_THEME == "disabled" ]]; then
2429 true
2525- elif [[ $PROMPT_THEME != "" ]] && [[ -f "$HOME/.config/bash/shell-prompts/${PROMPT_THEME}.bashrc" ]]; then
3030+ elif [[ -f "$HOME/.config/bash/shell-prompts/${PROMPT_THEME}.bashrc" ]]; then
2631 source "$HOME/.config/bash/shell-prompts/${PROMPT_THEME}.bashrc"
2732 else
2833 source "$HOME/.config/bash/shell-prompts/vern.bashrc"
+3-2
README.md
···11111212## Available Git mirrors
13131414-This project is hosted on [hosted instance of sourcehut](https://sr.ht) at the
1414+This project is hosted on [hosted instance of sourcehut git](https://git.sr.ht) at the
1515[`~ajhalili2006/dotfiles`][git.sr.ht] Git repository, alongside the following
1616Git mirrors:
17171818-* mau.dev: <https://mau.dev/andreijiroh.dev/dotfiles>
1818+* mau.dev: <https://mau.dev/andreijiroh.dev/dotfiles> (technically canonical due
1919+to how mirroring work and usualy pushed there first)
1920* GitHub: <https://github.com/ajhalili2006/dotfiles>
2021* Launchpad.net: <https://git.launchpad.net/ajhalili2006-dotfiles>
2122* ~vern git: <https://git.vern.cc/ajhalili2006/dotfiles-modern>