Last active
April 5, 2025 08:38
-
-
Save mayocream/95e9706dd88579421ee23340c787c941 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if status is-interactive | |
# Commands to run in interactive sessions can go here | |
/opt/homebrew/bin/brew shellenv | source | |
starship init fish | source | |
fnm env --use-on-cd | source | |
kubectl completion fish | source | |
abbr -a k kubectl | |
end |
https://code.visualstudio.com/docs/remote/troubleshooting#_ssh-tips
https://code.visualstudio.com/docs/remote/troubleshooting#_enabling-alternate-ssh-authentication-methods
To enable ControlMaster:
Add an entry like this to your SSH config file:
Host *
ControlMaster auto
ControlPath ~/.ssh/sockets/%r@%h-%p
ControlPersist 600
Then run mkdir -p ~/.ssh/sockets
to create the sockets folder.
brew install font-jetbrains-mono
brew install font-fira-code-nerd-font
brew install font-cascadia-code
brew install font-cascadia-code-pl
brew install font-cascadia-mono
brew install font-cascadia-mono-pl
brew install font-noto-sans-cjk
brew install font-noto-sans
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GitHub sign commits
https://stackoverflow.com/questions/72844616/how-do-i-sign-git-commits-using-my-existing-ssh-key/72852713#72852713