Skip to content

Instantly share code, notes, and snippets.

View vraravam's full-sized avatar

Vijay Aravamudhan vraravam

  • ThoughtWorks Inc.
  • Chennai, India
  • X @avijayr1
View GitHub Profile
@vraravam
vraravam / ssh config
Last active January 9, 2025 04:06
Template for configuring ssh
# file location: ${HOME}/.ssh/config
# Note: To generate new ssh key (replace placeholders with your values):
# ssh-keygen -t ed25519 -a 100 -b 4096 -f ${HOME}/.ssh/id_ed25519-tw -q -N '' -C "[email protected]"
# ssh-keygen -t rsa -a 100 -b 4096 -f ${HOME}/.ssh/id_rsa-YYYY -q -N '' -C "[email protected]"
# TODO: This can be removed if the 'pushInsteadOf' setting is removed from the dotfiles repo
Host github.com
IdentityFile ${HOME}/.ssh/id_rsa-avijayr
@vraravam
vraravam / History|-1023ea7b|entries.json
Last active April 24, 2025 16:40
Visual Studio Code Settings Sync Gist
{"version":1,"resource":"file:///Users/vijay/dev/jd/ecomm/ui/brazil-ui/packages/client/Dockerfile.client.dev","entries":[{"id":"sG6Q.dev","source":"searchReplace.source","timestamp":1728044506562},{"id":"vOLy.dev","source":"searchReplace.source","timestamp":1728044646591},{"id":"auwS.dev","source":"searchReplace.source","timestamp":1728044670361}]}
@vraravam
vraravam / fresh-install-of-osx-vijay.sh
Last active July 9, 2024 14:18
This is a secondary script to be run after the common one. This is specific to my setup. Its been shared with the intent of other folks to be inspired from the same - if they choose to use it.
This script has been moved here: https://github.com/vraravam/dotfiles
@vraravam
vraravam / .gitconfig-template.inc
Last active December 18, 2024 11:08
~/.gitconfig-template.inc
# file location: ${HOME}/.gitconfig-template.inc
[user]
name = <your-name>
email = <your-email>
# For more advanced usage using seamless url-rewriting (which mandates configuring ~/.ssh/config correctly), please see https://medium.com/@biradarav.100/manage-multiple-git-github-gitlab-accounts-efficiently-on-a-single-machine-2ecde70f522f
# [url "git@github-personal:"]
# insteadOf = [email protected]:
# insteadOf = https://github.com/
@vraravam
vraravam / fresh-install-of-osx.sh
Last active July 9, 2024 14:19
Steps to get "up and running" with new Mac OSX
This script has been moved here: https://github.com/vraravam/dotfiles