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
···88# PLEASE DO NOT LEAK ANY SECRETS, INCLUDING DOPPLER CLI TOKENS AND TAILSCALE_AUTHKEYS
99# IN THIS BLOODY FILE!
1010#
1111+1112# https://packaging.ubuntu.com/html/getting-set-up.html#configure-your-shell
1213export DEBFULLNAME="Andrei Jiroh Halili"
1314# Temporary Gmail address for devel stuff, even through my longer email one is, well,
1415# on my public GPG key btw, so YOLO it.
1515-export DEBEMAIL="ajhalili2006@gmail.com"
1616+export DEBEMAIL="releases@andreijiroh.eu.org"
16171718# Customized PATH + Jetbrains Toolbox
1818-export PATH="$DOTFILES_BIN:$HOME/go/bin:$HOME/.local/bin:$GOPATH/bin:$PATH:$HOME/.local/share/JetBrains/Toolbox/scripts"
1919+export PATH="$HOME/go/bin:$HOME/.local/bin:$GOPATH/bin:$PATH:$HOME/.local/share/JetBrains/Toolbox/scripts"
19202021##########################################################################################
2122# Code snippets from https://git.sr.ht/~sircmpwn/dotfiles/tree/db5945a4/item/.env
···33This is the redesigned dotfiles repo for ~ajhalili2006, because my first repo became a mess so hard
44to fix it in, built from scratch and based on <https://drewdevault.com/2019/12/30/dotfiles.html>.
5566+## Quick deploy
77+88+```bash
99+curl -fsSL https://scripts.andreijiroh.eu.org/dotfiles/setup.sh | bash -
1010+```
1111+612## Available Git mirrors
713814This project is hosted on [hosted instance of sourcehut](https://sr.ht) at the
···3541# ...create user "ajhalili2006" here
3642chown ajhalili2006:ajhalili2006 -Rv /home/ajhalili2006
37433838-# fetch and force checkout
4444+# fetch and force checkout, RIP any unstashed hellscapes
3945git fetch
4046git checkout -f main
4147···5965* For contributors who wish to send patches, either an agreement to the DCO (via `--signoff` flag on commits and
6066 when sending email patches via `~ajhalili2006/public-inbox@lists.sr.ht`) or through signing the project-specific
6167 [Individual CLA][sign-link] alongside this specific [copyright transfer agreement on this project][cta-ajhalili2006-dotfiles]
6262- (requires separate signature, uses FSFe's FLA 2.0) is mostly enough. Doing both is recommended to avoid further legal headaches
6363- down the line.
6868+ (requires separate signature, uses FSFe's FLA 2.0) is mostly enough. Doing both is recommended to avoid further legal headaches down the line, atlhough ~sircmpwn recommends
6969+ against signing the CLA, especially due to legalities around copyright assignments in OSS.
64706571[cta-ajhalili2006-dotfiles]: https://cla.recaptime.eu.org/sign/copyright-assignment?project=ajhalili2006-dotfiles&requireClaSignature=true&claType=FLA-FSFE
6672[sign-link]: https://cla.recaptime.eu.org/sign/per-project-basis?type=individual&project=ajhalili2006-dotfiles&claType=FLA-FSFE