Die Fortsetzung der 9. Folge: wir sprechen über diverse weitere Tools die man als Entwickler so braucht, unter anderem IDEs, Shells und nette kleine Command-line Tools.


Gebt uns Feedback:

Twitter @codeandship
Mastodon @[email protected]
Jonathan @jowiemers
Ingmar @_truefalse

oder per Email an feedback (at) codeandship.rocks.


Links für diese Folge

Homebrew (homebrew-bundle für schnelles Einrichten bei Neuinstallation)
chocolatey
Visual Studio Code
gopls
JetrBrains Goland
JetBrains IntelliJ IDEA
Sublime Text
Atom
BBEdit
Coda von Panic
iTerm
Hyper
Windows Terminal
zsh / ohmyz.sh
thefuck
autojump

Autostart Ordner in macOS


~/Library/LaunchAgents
/Library/LaunchAgents

SSH Config für macOS


Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa

Twitter Mentions