Last active
April 24, 2021 05:49
-
-
Save PetrSnobelt/bf5d3d5bc528c49e725ef7acf7343c3c to your computer and use it in GitHub Desktop.
Macbook software
This file contains 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
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