Skip to content

Instantly share code, notes, and snippets.

View maker-taepyeong's full-sized avatar
📚
Studying

Taepyeong maker-taepyeong

📚
Studying
  • Seoul, Korea
  • 10:31 (UTC +09:00)
View GitHub Profile
@maker-taepyeong
maker-taepyeong / iterm2-solarized.md
Created March 10, 2025 03:26 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k

@maker-taepyeong
maker-taepyeong / handling_multiple_github_accounts.md
Created November 4, 2023 16:16 — forked from Jonalogy/handling_multiple_github_accounts.md
Handling Multiple Github Accounts on MacOS

Handling Multiple Github Accounts on MacOS

The only way I've succeeded so far is to employ SSH.

Assuming you are new to this like me, first I'd like to share with you that your Mac has a SSH config file in a .ssh directory. The config file is where you draw relations of your SSH keys to each GitHub (or Bitbucket) account, and all your SSH keys generated are saved into .ssh directory by default. You can navigate to it by running cd ~/.ssh within your terminal, open the config file with any editor, and it should look something like this:

Host *
 AddKeysToAgent yes

> UseKeyChain yes