Mac CLI Setup
Set up for a great CLI workspace on a mac.
- Currently hard-coded configuration username
eli
.
How To Use
-
chmod a+x run.sh && sudo ./run.sh
-
Open VSCode by right clicking on the application in
~/Applications
and thenopen
, as that is required in order to make it trusted. Close it afterwards -
chmod a+x install-vscode-plugins.sh && ./install-vscode-plugins.sh
-
After complete, open iterm, press
⌘ ,
for settings. Then to load the right iterm profile, do Profiles-> Other Actions (dropdown in bottom left) -> Import Json Profiles -> iterm-profile.json -> set as default -
Open firefox
-
install Ublock Origin
-
(Triple bar) -> Customise -> Toolbars (at bottom) -> Bookmarks Toolbar
-
Themes (at bottom) -> Dark
-
Density (at bottom) -> Compact, then press done
-
-
Set github config
-
git config --global user.name "Elias Kassell"
-
git config --global user.email "eliaskasell@gmail.com
-
-
Set up a github SSH key, as defined here
Terminal
The script sets up the terminal essentially as suggested by Kevin Smets here. This includes Iterm2, Oh-My-Zsh, PowerLevel10k, Solarized Dark Theme, agnostic theme, nerd icons, and syntax highlighting.