1
0
Fork 0
Commit Graph

88 Commits

Author SHA1 Message Date
revi cac61e049a
gitconfig: add credential-helper store
Summary:
See http://go/man/git/credential-store

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: Remove the config bar and check git asking for credential. Now patch it and test it again to verify.

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D80
2024-05-12 19:04:22 +09:00
revi 7b5aed5b48
meta: Add arclint and supporting files
Summary:
Mostly lint and CIs

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: Is there one?

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D78
2024-05-12 18:58:04 +09:00
revi 109c34c1ad
gitalias: add more aliases
Summary:
Even more shorter for lazy myself

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: `git a-d`

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D71
2024-05-11 16:48:16 +09:00
revi 14c908207b
gitalias: add amends, amendss, change amend
Summary:
- amend: remove `-s` so it's pure `--amend`.
- amends: previous `amend` which is `-s`
- amendss: previous `amends` which is `-s -S`

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: `sh deploy.sh` and run commands

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D76
2024-05-11 16:48:12 +09:00
revi 5cf35f9cbb
gitconfig: add tag.forceSignAnnotated
Summary:
Config in macOS device. [man git](https://git-scm.com/docs/git-config#Documentation/git-config.txt-tagforceSignAnnotated)

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: test creating tags?

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D63
2024-05-10 18:11:03 +09:00
revi 0f5af9e513
gitaliases: shorter arc shortcuts
Summary:
what's the point of using `git arcdiff` when it is longer than `arc diff`? make it shorter to quicker typing time.

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: `git ad`

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D64
2024-05-10 18:11:01 +09:00
revi fbd4a63e03
gitalias: do not assume `master` as universal default branch
Summary:
Since around 2020, `main` has gained traction but not everyone has followed suit, so move master-tracking commands to make way for disambig command.

This will let me select my own default primary branch that is neither main nor master.

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: `sh deploy.sh` then try `git com`.

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D68
2024-05-10 18:10:59 +09:00
revi 30c04e1cb6
deploy.sh: add deploy commands
Summary:
Also change gitconfig and gitalias to be @ $HOME.

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: Try `sh deploy.sh` AT YOUR OWN RISK.

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D60
2024-05-09 20:44:27 +09:00
revi 405c1968b7
phab-upgrade.sh: update
Summary:
and remove outdated info

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: read the docs ™️

Reviewers: O1 revi & code reviewers, revi

Reviewed By: O1 revi & code reviewers, revi

Differential Revision: https://issuetracker.revi.xyz/D56
2024-05-08 18:30:43 +09:00
revi 32914edc14
gitignore: update
Summary:
OS specific gitignore should go here (gotta remove from repo settings)

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: Verify those files not tracked by `git`

Reviewers: O1 revi & code reviewers, revi

Reviewed By: O1 revi & code reviewers, revi

Differential Revision: https://issuetracker.revi.xyz/D25
2024-05-05 14:56:40 +09:00
revi 7dcaa2e6da
meta: various changes
Summary:
- remove vscode submodule
- git mv git(config|ignore).sample to default.git(config|ignore)
- more rules for editorconfig, alphabetize
- enforce ^
- mv REAMDE.wiki to REAMDE.md but forgot git mv (markup difference would've made them different enough anyway)
- gitconfig to new identity
- change gpg.conf default too

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: Read the Diff ™️.

Reviewers: #acl_sudoers, #blessed_reviewers, revi

Reviewed By: #acl_sudoers, #blessed_reviewers, revi

Differential Revision: https://issuetracker.revi.xyz/D18
2024-05-03 12:28:13 +09:00
revi 85c3adc9fc
meta: sync with 2024 standards
Summary:
relicense, various other stuff that is considered standard in 2024

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: Read The Docs™️

Reviewers: #acl_sudoers, #blessed_reviewers, revi

Reviewed By: #acl_sudoers, #blessed_reviewers, revi

Differential Revision: https://issuetracker.revi.xyz/D15
2024-05-03 11:34:10 +09:00
revi 7a987ba1a7
.bash_aliases: tailscale (temporary)
Signed-off-by: Yongmin Hong <revi@pobox.com>
2024-03-17 02:47:08 +09:00
revi b155144436
Move ntfy config to proper location
Signed-off-by: Yongmin Hong <revi@pobox.com>
2021-01-13 13:37:54 +09:00
revi c3450d09b2
Add .ntfy.yml
Keys are omitted. Intentional.

Signed-off-by: Yongmin Hong <revi@pobox.com>
2021-01-13 13:30:53 +09:00
revi 3971fdff02
Re-add vscode
submodule ftw

Signed-off-by: Yongmin Hong <revi@pobox.com>
2021-01-05 09:12:33 +09:00
revi 340c82c3ab
Remove .gitmodules
Don't do shit on mobile.

Signed-off-by: Yongmin Hong <revi@pobox.com>
2021-01-05 09:10:59 +09:00
revi 155c3b28f6
add vscode submosule
Signed-off-by: Yongmin Hong <revi@pobox.com>
2021-01-05 09:04:32 +09:00
revi 9d453441bc
Remove vscode
To be replaced by submodules

Signed-off-by: Yongmin Hong <revi@pobox.com>
2021-01-05 09:02:30 +09:00
revi df2868fab2
Bump license, modernize phab-upgrade.sh
The sun of 2021 is just here.
sudo should not do things as root, but as www-data.

Signed-off-by: Yongmin Hong <revi@pobox.com>
2021-01-01 07:21:30 +09:00
revi 8cbb75ae7e
force set language
shell should use English even when interface language is Korean.

Signed-off-by: Yongmin Hong <revi@pobox.com>
2021-01-01 06:43:30 +09:00
revi e65b98278a
Set git config for default branch
See also https://git.revi.dev/u/gitmain

Signed-off-by: Yongmin Hong <revi@pobox.com>
2020-07-31 04:04:38 +09:00
revi 78ba4e6767
Add new aliases
Signed-off-by: Yongmin Hong <revi@pobox.com>
2020-05-05 23:28:15 +09:00
revi 7bf1044a83
Fix bashaliases
Signed-off-by: Yongmin Hong <revi@pobox.com>
2020-01-17 04:41:22 +09:00
revi 1e638dbbac Update .bash_aliases
Signed-off-by: Yongmin Hong <revi@pobox.com>
2020-01-17 04:38:41 +09:00
revi 23ad2ed154
Dump gist 6f8c8c173081ae98b229f3602d739589
Revision as of 2020-01-10

Signed-off-by: Yongmin Hong <revi@pobox.com>
2020-01-12 07:15:12 +09:00
revi b5bd803c9e
Link MIT-license.org
Signed-off-by: Yongmin Hong <revi@pobox.com>
2020-01-10 07:21:07 +09:00
revi c55fc7224a
Fix gitconfig, bump copyright
Fixes MISC-1.

Signed-off-by: Yongmin Hong <revi@pobox.com>
2020-01-10 06:57:43 +09:00
revi 92be9410c5
Update README
Signed-off-by: Yongmin Hong <revi@pobox.com>
2019-09-23 19:38:05 +09:00
revi 6d93e4f8e7
Remove migrated files
Moved to Notion

Signed-off-by: Yongmin Hong <revi@pobox.com>
2019-09-23 19:36:51 +09:00
revi 859eafc955
Add more to gitconfig
Missing details

Signed-off-by: Yongmin Hong <revi@pobox.com>
2019-09-16 10:12:55 +09:00
revi ac32ba3ccd
Update gpg conf
Signed-off-by: Yongmin Hong <revi@pobox.com>
2019-09-16 04:27:03 +09:00
revi f837a5ee4d
Add git-send.email.io configs
Signed-off-by: Yongmin Hong <revi@pobox.com>
2019-08-18 22:23:42 +02:00
revi 4974ae349a Revert "Add heroku autocomplete"
This reverts commit 785d5f1388.
2018-10-19 01:56:50 +09:00
revi 785d5f1388
Add heroku autocomplete
Signed-off-by: Yongmin Hong <revi@pobox.com>
2018-10-13 00:36:05 +09:00
revi d810c98141
Use VScode for git merge conflict resolving
Per https://code.visualstudio.com/docs/editor/versioncontrol

Signed-off-by: Yongmin Hong <revi@pobox.com>
2018-10-02 17:06:05 +09:00
revi ad08237089
Add export LANG="en_US.UTF-8"
No git localization

Signed-off-by: Yongmin Hong <revi@pobox.com>
2018-09-18 01:57:04 +09:00
revi 3691475c15 Revert "Add export LANG="en_US.UTF-8""
This reverts commit bc8d0f18e5.
2018-09-18 01:56:36 +09:00
revi bc8d0f18e5
Add export LANG="en_US.UTF-8"
No git localization

Signed-off-by: Yongmin Hong <revi@pobox.com>
2018-09-18 01:55:18 +09:00
revi 18b1fe1aa9
Update ublock list
Signed-off-by: Yongmin Hong <revi@pobox.com>
2018-08-11 02:14:57 +09:00
revi 28cebccc07
Change keyserver
Signed-off-by: Yongmin Hong <revi@pobox.com>
2018-07-27 03:57:57 +09:00
revi eab1ea3ed9
Replace sks
New servers, so Korea pool (based on personal level)

Signed-off-by: Yongmin Hong <revi@pobox.com>
2018-05-23 02:10:56 +09:00
revi ac59cfce3d
Update ublock
Signed-off-by: Yongmin Hong <revi@pobox.com>
2018-02-18 20:56:25 +09:00
revi fd51f5664f
[GnuPG] Replace pool with geographically near SKS server
Signed-off-by: Yongmin Hong <revi@pobox.com>
2018-02-05 02:51:12 +09:00
revi c75f666fb6
Add new bash alias
and add 'how to upload the vscode settings to github gist"

Signed-off-by: Yongmin Hong <revi@pobox.com>
2018-01-24 18:09:23 +09:00
revi 6403dfa902
Update bashalias
Signed-off-by: Yongmin Hong <revi@pobox.com>
2018-01-20 02:44:41 +09:00
revi 1c928656a7
Add 1password ignored site
Signed-off-by: Yongmin Hong <revi@pobox.com>
2017-11-05 15:32:58 +09:00
revi 820f0dd2b6
Add new alias
alias ftw

Signed-off-by: Yongmin Hong <revi@pobox.com>
2017-10-17 21:54:34 +09:00
revi e9605ecd08
la = 'ls -a'
another thing to come later

Signed-off-by: Yongmin Hong <revi@pobox.com>
2017-10-16 03:16:06 +09:00
revi 6b77651c10
Remove gitignore
We don't need it anymore

Signed-off-by: Yongmin Hong <revi@pobox.com>
2017-10-15 18:13:43 +09:00