Skip to content

Instantly share code, notes, and snippets.

@PetrSnobelt
Last active April 24, 2021 05:49
Show Gist options
  • Save PetrSnobelt/bf5d3d5bc528c49e725ef7acf7343c3c to your computer and use it in GitHub Desktop.
Save PetrSnobelt/bf5d3d5bc528c49e725ef7acf7343c3c to your computer and use it in GitHub Desktop.
Macbook software
Security
https://github.com/drduh/macOS-Security-and-Privacy-Guide#google-chrome
https://github.com/google/santa - A binary whitelisting/blacklisting system for macOS - consider
https://objective-see.com/index.html
Programming
SourceTree or GitKraken
VSCode
nodejs
https://github.com/tonsky/FiraCode
https://github.com/tj/n - node version manager
VSCode plugins (code --list-extensions)
PeterJausovec.vscode-docker
Tyriar.sort-lines
WakaTime.vscode-wakatime
WallabyJs.quokka-vscode
chenxsan.vscode-standardjs
dbaeumer.vscode-eslint
dzannotti.vscode-babel-coloring
eamodio.gitlens
eg2.vscode-npm-script
esbenp.prettier-vscode
formulahendry.auto-close-tag
freebroccolo.reasonml
humao.rest-client
kumar-harsh.graphql-for-vscode
ms-vscode.node-debug2
patrys.vscode-code-outline
robertohuertasm.vscode-icons
vsmobile.vscode-react-native
wix.vscode-import-cost
some more are in frontend repo
Utilities
TimeOut
CyberDuck - ssh client
f.lux - monitor colors
Cofeine - http://lightheadsw.com/caffeine/ - for presentations
Spectacle - https://www.spectacleapp.com
VLC
VNC Viewer
VirtualBox
https://matthewpalmer.net/vanilla/ - hide toolbar icons
Others
Update hosts with https://github.com/StevenBlack/hosts
Steam
Git settings
# always push the current branch without needing to specify it
git config --global push.default current
# perform rebase on pull
git config --global pull.rebase true
Consider
https://github.com/keis/git-fixup
https://github.com/keymon/dotfiles/commit/22478e0db06b5ff8644e97963fecb497cd908254
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment