Personal configuration for things like shell, and even git stuff. Mirror of https://mau.dev/ajhalili2006-archive/dotfiles-legacy. https://mau.dev/ajhalili2006-archive/dotfiles-legacy
Go to file
~ajhalili2006 cccd25b29e
Update da docs, especially adding contributing docs
Signed-off-by: Andrei Jiroh Eugenio Halili <ajhalili2006@gmail.com>
2022-08-26 00:07:45 +08:00
.github Add tests to the bootstrap script for Ubuntu in GHA first 2022-06-11 19:30:33 +08:00
.vscode Some migration chores and stuff on configuration stuff 2022-07-03 14:59:07 +08:00
bash-wakatime@c2ac2a80c9 submodules: Add github:gjsheep/bash-wakatime.git 2021-04-13 19:21:59 +08:00
bin Add quality of life improvements to different parts of my config 2022-08-22 23:16:16 +08:00
config Add quality of life improvements to different parts of my config 2022-08-22 23:16:16 +08:00
docs Update da docs, especially adding contributing docs 2022-08-26 00:07:45 +08:00
gnupg Update Linuz zshrc to load OhMyZsh after my other stuff 2021-10-20 21:56:50 +08:00
nixos@e83f5ecce7 Add nixos-config-hub repo as submodule :) 2021-11-01 16:38:38 +08:00
tests Add tests to the bootstrap script for Ubuntu in GHA first 2022-06-11 19:30:33 +08:00
tools Add quality of life improvements to different parts of my config 2022-08-22 23:16:16 +08:00
update-golang@a71ff4fb72 Add update-golang Git module 2021-07-13 22:14:02 +08:00
.config Migrate config files stuff to config directory 2022-06-23 21:57:23 +08:00
.copyrightheader License code under MPL-2.0 2022-08-23 00:17:23 +08:00
.dockerignore chore(docker): add dockerignore for future stuff 2021-07-01 22:38:49 +08:00
.envrc.example modify Linux nanorc and bashrc for Debian 2021-09-16 21:36:56 +08:00
.gitignore modify Linux nanorc and bashrc for Debian 2021-09-16 21:36:56 +08:00
.gitmodules Update submodule path for nanorc stuff 2022-07-06 22:20:04 +08:00
.wakatime-project submodules: Add github:gjsheep/bash-wakatime.git 2021-04-13 19:21:59 +08:00
LICENSE License code under MPL-2.0 2022-08-23 00:17:23 +08:00
README.md Update da docs, especially adding contributing docs 2022-08-26 00:07:45 +08:00
bootstrap Some migration chores and stuff on configuration stuff 2022-07-03 14:59:07 +08:00
htoprc chore(htporc): update htoprc stuff from the UI 2021-06-19 15:23:09 +08:00
systemd Migrate config files stuff to config directory 2022-06-23 21:57:23 +08:00

README.md

Andrei Jiroh's Personal Dotfiles

This is the main portal to my personal configuration for Linux/macOS stuff. If you're working at Recap Time Squad (formerly The Pins Team), see our dotfiles (currently unmaintained and on old namespace).

Getting Started

While the clone URLs use GitLab SaaS as the canonical Git repository URL, you can still clone the repository from the following URLs:

  • GitLab self-hosted instances: https://mau.dev/ajhalili2006/dotfiles
  • SourceHut (official instance): https://git.sr.ht/~ajhalili2006/dotfiles (SSH: `git@git.sr.ht:~ajhalili2006/dotfiles)

To get started, run the bootstrap script which handles the repository cloning/pulling for you and then sets things up for you.

# Pro-tip: Install the essientials like Git and Doppler first!
# Using the essientials setup script will handle Homebrewing for you, among other software-related
# chores. Works on Debian-based distros and Alpine Linux.
$(command -v curl>>/dev/null && echo curl -o- || echo wget -q0-) https://ctrl-c.club/~ajhalili2006/bin/essientials-setup-dotfiles.sh

# Run the bootstrap script without Doppler
$(command -v curl>>/dev/null && echo curl -o- || echo wget -q0-) https://gitlab.com/ajhalili2006/dotfiles/raw/main/bootstrap | bash -

Documentation

Available documentation for the on/offboarding processes I do for devices + other tidbits of the bootstrap script can be accessible through the docs directory and on my personal wiki hosted on Miraheze.

License and contributions

Code is licensed under the MPL-2.0 license, while docs on my MediaWiki-powered wiki uses CC BY-SA 4.0 International.

Patches are welcome, but technical support for forks is currently unavailable due to this repository being used for personal day-to-day use.

Deprecated docs stashed here for archival purposes, might be removed later.

Want to fork me owo?

This section is outdated and will be revised in the future since I also have other stuff to do behind the scenes.

Follow the checklist below after forking to ensure no references to mine are found. Remember that your fork, your problem. It's up to you on how do you customize stuff. You can use The Pins Team's dotfiles template to start from our template.

  • Customize the dotfiles-bootstrapper-script.sh and setup.sh into your needs.
  • Delete any existing dotfiles I made (e.g. gitconfig/*, bashrc/* excluding aliases and worthwhile-functions, etc.) and do bin/backup-dotfiles. That script will move your current config into your .dotfiles local repo and do soft links.
  • Edit bin/fix-wrong-emails#L6-7 to use your email instead of mine.
  • Edit bin/add-ssh-keys#L4 to use your SSH key in ~/.ssh directory.
  • Want to backup your worst secrets AKA SSH and PGP keys (and some Pyrgoram session files?) Use my bin/init-secrets-dir script to setup an secrets directory. Don't forget to push this into an GitLab private repo.