Ekrekr / mac-cli-setup

Set up for my CLI workspace on a fresh mac.
MIT License
0 stars 1 forks source link

Mac CLI Setup

Set up for a great CLI workspace on a mac.

How To Use

  1. chmod a+x run.sh && sudo ./run.sh

  2. Open VSCode by right clicking on the application in ~/Applications and then open, as that is required in order to make it trusted. Close it afterwards

  3. chmod a+x install-vscode-plugins.sh && ./install-vscode-plugins.sh

  4. 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

  5. Open firefox

    1. install Ublock Origin

    2. (Triple bar) -> Customise -> Toolbars (at bottom) -> Bookmarks Toolbar

    3. Themes (at bottom) -> Dark

    4. Density (at bottom) -> Compact, then press done

  6. Set github config

    1. git config --global user.name "Elias Kassell"

    2. git config --global user.email "eliaskasell@gmail.com

  7. 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.