Personal project. Script to automatically setup programming mac session with personal configurations.
chmod +x setup.sh
./setup.sh
brew
Brew install tree
default terminal zsh
Set .zshrc and .vimrc
Download atom and vscode if not already
Install atom . and code . to access from terminal atom and vscode
Install norminette42
Install valgrind
Install chrome, connect to your account for grepper
Install f.lux
Use both atom and vscode to switch things up. Atom is good for simplicity while vscode is good for extra features.
Install all the VScode plugins:
- settings sync -> synchronize your plugins on different sessions with shift-Alt-D
- Suggested plugins specific to coding languages
- If working on server projects -> browser preview and debugger for chrome
- auto-close tag
- visual code integrated terminal
- Bracket pair colorizer
- path intellisense -> find file paths in between quotes
- gitlens -> compare code with ancient commits
Atom recommended plugins:
- atom-path-intellisense
rm -rf ~/Library/**.42_cache_bak*; rm -rf ~/**.42_cache_bak; brew cleanup
find . -type f -size +100M
If application should be installed but is nowhere to be found. Use brew list, to see it and brew uninstall to uninstall it, after relaunch the script.