Andrei Jiroh's personal dotfiles for Linux/WSL and possibly Windows in the future.
Go to file
Andrei Jiroh Eugenio Halili f95e21c431
Add update-golang Git module
Signed-off-by: Andrei Jiroh Eugenio Halili <andreijiroh@madebythepins.tk>
2021-07-13 22:14:02 +08:00
.config Update my customize_environment file stuff 2021-07-12 11:06:18 +00:00
.github github: Updated FUNDING.yml 2021-04-06 17:51:28 +08:00
bash-wakatime@c2ac2a80c9 submodules: Add github:gjsheep/bash-wakatime.git 2021-04-13 19:21:59 +08:00
bashrc Customize bashrc.google + update Cloud Shell bashrc stuff 2021-07-12 11:08:06 +00:00
bin chore(source-ssh-agent): don't attempt to create ~/.local dir again if exists 2021-07-04 14:23:15 +00:00
gitconfig chore(gitconfig): update config for Linux 2021-07-05 18:26:34 +08:00
nanorc chore(nanorc+ssh): Update GNU nano and SSH client configs 2021-05-17 14:27:27 +08:00
ssh-client chore(config-files): update SSH client and Git config 2021-06-19 15:22:16 +08:00
update-golang@a71ff4fb72 Add update-golang Git module 2021-07-13 22:14:02 +08:00
.dockerignore chore(docker): add dockerignore for future stuff 2021-07-01 22:38:49 +08:00
.gitignore repo: Add gitignore 2021-02-18 18:26:08 +08:00
.gitmodules Add update-golang Git module 2021-07-13 22:14:02 +08:00
.wakatime-project submodules: Add github:gjsheep/bash-wakatime.git 2021-04-13 19:21:59 +08:00
README.md chore(readme): update docs as I changed my username in both places 2021-06-28 21:46:54 +08:00
bootstrap Update bootstrap script to improve Cloud Shell init process 2021-07-12 11:10:13 +00:00
htoprc chore(htporc): update htoprc stuff from the UI 2021-06-19 15:23:09 +08:00
linux.gitconfig dotfiles: Update gitconfig and bashrc for Ubuntu 2021-03-28 20:33:55 +08:00
no-gpg.gitconfig gitconfig: Add config in case my PGP keys went brrrr. 2021-02-22 13:57:24 +08:00
termux.bashrc repo: Moved stuff to be more organized4s 2021-03-05 19:54:41 +08:00
termux.gitconfig repo: Moved stuff to be more organized4s 2021-03-05 19:54:41 +08:00
ubuntu.bashrc chore(config-files): Update SSH client and bashrc files 2021-06-07 20:54:10 +08:00
wsl.gitconfig repo: Moved stuff to be more organized4s 2021-03-05 19:54:41 +08:00

README.md

My Personal Dotfiles

Personal configuration for Linux/macOS stuff. If you're working at The Pins Team, see our dotfiles.

Getting Started

Using the bootstraper script without cloning

## configure required variables
export GITLAB_LOGIN=ajhalili2006
export GITLAB_TOKEN=<my-gitlab1dotcom-PAT>

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

## Done?
unset GITLAB_TOKEN GITLAB_LOGIN

With Cloning the Repo

# assuming git is installed
git clone https://github.com/ajhalili2006/dotfiles $HOME/.dotfiles
cd $HOME/.dotfiles

# no need for exporting my PAT before running this
./bootstrap --flags-over-here --and-this-one stuff

# you may optionally run the bootstrapper script if you want
GITLAB_LOGIN=AndreiJirohHaliliDev2006 GITLAB_TOKEN=<my-gitlab-saas-pat> ./bootstrap --flags-over here

Want to fork me owo?

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.