Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature. gitlab.com/andreijiroh-dev/dotfiles
linux dotfiles
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

update base git config + README

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>

+11 -7
+6 -2
.gitconfig
··· 52 52 [url "git@git.sr.ht:"] 53 53 insteadOf = https://git.sh.rt 54 54 pushInsteadOf = https://git.sh.rt 55 - [init] 56 - defaultBranch = main 57 55 # TODO: Set up aliases for ther Git hosts, like in Launchpad.net 58 56 59 57 # aliases ··· 86 84 [includeIf "gitdir/i:~/git-projects/recaptime.dev/"] 87 85 path = ~/.config/git/recaptime-dev.include.gitconfig 88 86 [includeIf "gitdir/i:~/projects/recaptime.dev/"] 87 + path = ~/.config/git/recaptime-dev.include.gitconfig 88 + [includeIf "gitdir/i:/workspaces/recaptime.dev"] 89 + path = ~/.config/git/recaptime-dev.include.gitconfig 90 + [includeIf "gitdir/i:~/projects/recaptime-dev/"] 91 + path = ~/.config/git/recaptime-dev.include.gitconfig 92 + [includeIf "gitdir/i:/workspaces/recaptime-dev"] 89 93 path = ~/.config/git/recaptime-dev.include.gitconfig 90 94 #[includeIf "gitdir/i:~projects/"] 91 95 # path = ~/.config/git/ajhalili2006.include.gitconfig
+5 -5
README.md
··· 12 12 ## Available Git mirrors 13 13 14 14 This project is hosted on [hosted instance of sourcehut](https://sr.ht) at the 15 - [`~ajhalili2006/dotfiles-modern`][git.sr.ht] Git repository, alongside the following 15 + [`~ajhalili2006/dotfiles`][git.sr.ht] Git repository, alongside the following 16 16 Git mirrors: 17 17 18 - * mau.dev: <https://mau.dev/ajhalili2006/dotfiles-modern> 18 + * mau.dev: <https://mau.dev/andreijiroh.dev/dotfiles> 19 + * GitHub: <https://github.com/ajhalili2006/dotfiles> 19 20 * Launchpad.net: <https://git.launchpad.net/ajhalili2006-dotfiles> 20 21 * ~vern git: <https://git.vern.cc/ajhalili2006/dotfiles-modern> 21 22 * tildegit: <https://tildegit.org/ajhalili2006/dotfiles-modern> 22 23 23 - [git.sr.ht]: https://git.sr.ht/~ajhalili2006/dotfiles-modern 24 + [git.sr.ht]: https://git.sr.ht/~ajhalili2006/dotfiles 24 25 25 26 ## Setup 26 27 ··· 45 46 git fetch 46 47 git checkout -f main 47 48 48 - # logout and login again to refresh your shell env or... 49 - source ~/bin/postinstall-shell-init 49 + # logout and login again to refresh your shell env 50 50 ``` 51 51 52 52 ## Codespaces + Gitpod specifics