Skip to content

Instantly share code, notes, and snippets.

View askalski85's full-sized avatar
💭
Everyday I'm shuffling

Arkadiusz Skalski askalski85

💭
Everyday I'm shuffling
View GitHub Profile
@askalski85
askalski85 / work-with-multiple-github-accounts.md
Created August 4, 2023 06:42 — forked from rahularity/work-with-multiple-github-accounts.md
How To Work With Multiple Github Accounts on your PC

How To Work With Multiple Github Accounts on a single Machine

Let suppose I have two github accounts, https://github.com/rahul-office and https://github.com/rahul-personal. Now i want to setup my mac to easily talk to both the github accounts.

NOTE: This logic can be extended to more than two accounts also. :)

The setup can be done in 5 easy steps:

Steps:

  • Step 1 : Create SSH keys for all accounts
  • Step 2 : Add SSH keys to SSH Agent
@askalski85
askalski85 / command.sh
Created August 12, 2021 10:55 — forked from sponomarev/command.sh
Remove iTerm2 icon from Dock
# remove
/usr/libexec/PlistBuddy -c 'Add :LSUIElement bool true' /Applications/iTerm.app/Contents/Info.plist
# restore
/usr/libexec/PlistBuddy -c 'Delete :LSUIElement' /Applications/iTerm.app/Contents/Info.plist
@askalski85
askalski85 / README.md
Created February 3, 2021 14:39 — forked from markhu/README.md
Groovy jenkins scripts

Some of these Groovy scripts can be pasted into user jobs, and others require Admin script console access.

The low-diskspace was forked from someone else.

I made the multiAxis.groovy --though it seems so simple that it should be built in.