Skip to content

Instantly share code, notes, and snippets.

@xcession
Last active September 12, 2021 08:42
Show Gist options
  • Save xcession/0f21f4757da41136d92f76b566e60cb9 to your computer and use it in GitHub Desktop.
Save xcession/0f21f4757da41136d92f76b566e60cb9 to your computer and use it in GitHub Desktop.

Revisions

  1. xcession revised this gist Apr 22, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions dev-env-basic-macos.md
    Original file line number Diff line number Diff line change
    @@ -89,8 +89,8 @@ $ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/t
    ```
    Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc`.

    - Enable Homebrew cask-fonts
    > Do this "once" to enable cask-fonts
    - Enable Homebrew cask-fonts (https://github.com/Homebrew/homebrew-cask-fonts)
    > Only have to do this once!
    ```
    $ brew tap homebrew/cask-fonts
    ```
  2. xcession revised this gist Apr 22, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion dev-env-basic-macos.md
    Original file line number Diff line number Diff line change
    @@ -55,7 +55,7 @@ $ brew cask install kitty
    $ brew install neovim
    ```

    - Install Tmux
    - Install Tmux (https://github.com/tmux/tmux)
    ```
    $ brew install tmux
    ```
  3. xcession revised this gist Apr 22, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions dev-env-basic-macos.md
    Original file line number Diff line number Diff line change
    @@ -90,6 +90,7 @@ $ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/t
    Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc`.

    - Enable Homebrew cask-fonts
    > Do this "once" to enable cask-fonts
    ```
    $ brew tap homebrew/cask-fonts
    ```
  4. xcession revised this gist Apr 22, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions dev-env-basic-macos.md
    Original file line number Diff line number Diff line change
    @@ -34,6 +34,7 @@ $ git config --global core.editor "nvim"
    ```

    - Generate the SSH key
    > `openssh` is pre-installed on macOS
    ```
    $ ssh-keygen -t rsa -b 4096 -C "[email protected]"
    ```
  5. xcession revised this gist Apr 22, 2020. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions dev-env-basic-macos.md
    Original file line number Diff line number Diff line change
    @@ -40,9 +40,9 @@ $ ssh-keygen -t rsa -b 4096 -C "[email protected]"
    > `id_rsa.pub` is located at `/Users/username/.ssh/`
    - Install Terminal
    - `alacrity`
    - `iterm2`
    - `kitty`
    - `alacrity` (https://github.com/alacritty/alacritty)
    - `iterm2` (https://github.com/gnachman/iTerm2)
    - `kitty` (https://github.com/kovidgoyal/kitty)
    ```
    $ brew cask install kitty
    ```
  6. xcession revised this gist Apr 22, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions dev-env-basic-macos.md
    Original file line number Diff line number Diff line change
    @@ -48,8 +48,8 @@ $ brew cask install kitty
    ```

    - Install Code Editor
    - `neovim`
    - `vscodium`
    - `neovim` (https://github.com/neovim/neovim)
    - `vscodium` (https://github.com/VSCodium/vscodium)
    ```
    $ brew install neovim
    ```
  7. xcession revised this gist Apr 22, 2020. No changes.
  8. xcession revised this gist Apr 21, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion dev-env-basic-macos.md
    Original file line number Diff line number Diff line change
    @@ -79,7 +79,7 @@ $ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTO

    - Install zsh-autosuggestions plugin (https://github.com/zsh-users/zsh-autosuggestions)
    ```
    $ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
    $ git clone https://github.com/zsh-users/zsh-autosuggestions.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
    ```

    - *(Optional)* Install Powerlevel10k theme (https://github.com/romkatv/powerlevel10k)
  9. xcession revised this gist Apr 18, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion dev-env-basic-macos.md
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,7 @@
    macOS Basic
    ```

    - Install Xcode Command Line Tools ([https://developer.apple.com/download/more/](https://developer.apple.com/download/more/)
    - Install Xcode Command Line Tools ([https://developer.apple.com/download/more/](https://developer.apple.com/download/more/))

    - Install Package Manager
    - Homebrew (https://brew.sh/)
  10. xcession revised this gist Apr 18, 2020. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions dev-env-basic-macos.md
    Original file line number Diff line number Diff line change
    @@ -9,6 +9,8 @@
    macOS Basic
    ```

    - Install Xcode Command Line Tools ([https://developer.apple.com/download/more/](https://developer.apple.com/download/more/)

    - Install Package Manager
    - Homebrew (https://brew.sh/)
    ```
  11. xcession revised this gist Apr 13, 2020. 1 changed file with 30 additions and 13 deletions.
    43 changes: 30 additions & 13 deletions dev-env-basic-macos.md
    Original file line number Diff line number Diff line change
    @@ -14,81 +14,98 @@
    ```
    $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
    ```
    - Install Terminal
    - `alacrity`
    - `iterm2`
    - `kitty`
    ```
    $ brew cask install kitty
    ```
    - Install Code Editor
    - `neovim`
    - `vscodium`
    ```
    $ brew install neovim
    ```

    - Install Git
    ```
    $ brew install git
    ```

    - Setting Up Git
    ```
    $ git config --global user.name "Your Name"
    $ git config --global user.email "[email protected]"
    ```

    - Set Default Git Text Editor
    ```
    $ git config --global core.editor "nvim"
    ```

    - Generate the SSH key
    ```
    $ ssh-keygen -t rsa -b 4096 -C "[email protected]"
    ```
    > `id_rsa.pub` is located at `/Users/username/.ssh/`
    - Install Terminal
    - `alacrity`
    - `iterm2`
    - `kitty`
    ```
    $ brew cask install kitty
    ```

    - Install Code Editor
    - `neovim`
    - `vscodium`
    ```
    $ brew install neovim
    ```

    - Install Tmux
    ```
    $ brew install tmux
    ```

    - Install Oh My Tmux (https://github.com/gpakosz/.tmux)
    ```
    $ cd
    $ git clone https://github.com/gpakosz/.tmux.git
    $ ln -s -f .tmux/.tmux.conf
    $ cp .tmux/.tmux.conf.local .
    ```

    - Install Oh My Zsh (https://github.com/ohmyzsh/ohmyzsh)
    ```
    $ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
    ```

    - Install zsh-syntax-highlighting plugin (https://github.com/zsh-users/zsh-syntax-highlighting)
    ```
    $ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
    ```

    - Install zsh-autosuggestions plugin (https://github.com/zsh-users/zsh-autosuggestions)
    ```
    $ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
    ```

    - *(Optional)* Install Powerlevel10k theme (https://github.com/romkatv/powerlevel10k)
    ```
    $ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
    ```
    Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc`.

    - Enable Homebrew cask-fonts
    ```
    $ brew tap homebrew/cask-fonts
    ```

    - *(Optional)* Install JetBrains Mono (https://github.com/JetBrains/JetBrainsMono)
    ```
    $ brew cask install font-jetbrains-mono
    ```

    - *(Optional)* Install JetBrains Mono Nerd Font
    ```
    $ brew cask install font-jetbrainsmono-nerd-font
    ```

    - *(Optional)* Install Iosevka (https://github.com/be5invis/iosevka)
    ```
    $ brew cask install font-iosevka
    ```

    - *(Optional)* Install Iosevka Nerd Font
    ```
    $ brew cask install font-iosevka-nerd-font
  12. xcession revised this gist Apr 11, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions dev-env-basic-macos.md
    Original file line number Diff line number Diff line change
    @@ -44,6 +44,7 @@ $ git config --global core.editor "nvim"
    ```
    $ ssh-keygen -t rsa -b 4096 -C "[email protected]"
    ```
    > `id_rsa.pub` is located at `/Users/username/.ssh/`
    - Install Tmux
    ```
    $ brew install tmux
  13. xcession revised this gist Apr 11, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion dev-env-basic-macos.md
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,8 @@
    macOS Basic
    ```

    - Install Homebrew (https://brew.sh/)
    - Install Package Manager
    - Homebrew (https://brew.sh/)
    ```
    $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
    ```
  14. xcession revised this gist Apr 11, 2020. No changes.
  15. xcession revised this gist Apr 11, 2020. No changes.
  16. xcession revised this gist Apr 11, 2020. No changes.
  17. xcession renamed this gist Apr 11, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions dev-env-macos.md → dev-env-basic-macos.md
    Original file line number Diff line number Diff line change
    @@ -1,12 +1,12 @@
    # macOS Development Environment
    # macOS Basic Development Environment

    ```
    _
    __| | _____ __ ___ _ ____ __
    / _` |/ _ \ \ / / / _ \ '_ \ \ / /
    | (_| | __/\ V / | __/ | | \ V /
    \__,_|\___| \_/ \___|_| |_|\_/
    macOS
    macOS Basic
    ```

    - Install Homebrew (https://brew.sh/)
  18. xcession revised this gist Apr 10, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion dev-env-macos.md
    Original file line number Diff line number Diff line change
    @@ -73,7 +73,7 @@ $ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/t
    Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc`.
    - Enable Homebrew cask-fonts
    ```
    $ brew tap homebrew/cask-fonts #do this once
    $ brew tap homebrew/cask-fonts
    ```
    - *(Optional)* Install JetBrains Mono (https://github.com/JetBrains/JetBrainsMono)
    ```
  19. xcession revised this gist Apr 10, 2020. 1 changed file with 5 additions and 2 deletions.
    7 changes: 5 additions & 2 deletions dev-env-macos.md
    Original file line number Diff line number Diff line change
    @@ -70,10 +70,13 @@ $ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh
    ```
    $ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
    ```
    Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc`.
    - *(Optional)* Install JetBrains Mono (https://github.com/JetBrains/JetBrainsMono)
    Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc`.
    - Enable Homebrew cask-fonts
    ```
    $ brew tap homebrew/cask-fonts #do this once
    ```
    - *(Optional)* Install JetBrains Mono (https://github.com/JetBrains/JetBrainsMono)
    ```
    $ brew cask install font-jetbrains-mono
    ```
    - *(Optional)* Install JetBrains Mono Nerd Font
  20. xcession revised this gist Apr 10, 2020. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions dev-env-macos.md
    Original file line number Diff line number Diff line change
    @@ -20,6 +20,12 @@ $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/
    ```
    $ brew cask install kitty
    ```
    - Install Code Editor
    - `neovim`
    - `vscodium`
    ```
    $ brew install neovim
    ```
    - Install Git
    ```
    $ brew install git
  21. xcession revised this gist Apr 10, 2020. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions dev-env-macos.md
    Original file line number Diff line number Diff line change
    @@ -60,25 +60,25 @@ $ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTO
    ```
    $ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
    ```
    - (Optional) Install Powerlevel10k theme (https://github.com/romkatv/powerlevel10k)
    - *(Optional)* Install Powerlevel10k theme (https://github.com/romkatv/powerlevel10k)
    ```
    $ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
    ```
    Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc`.
    - (Optional) Install JetBrains Mono (https://github.com/JetBrains/JetBrainsMono)
    - *(Optional)* Install JetBrains Mono (https://github.com/JetBrains/JetBrainsMono)
    ```
    $ brew tap homebrew/cask-fonts #do this once
    $ brew cask install font-jetbrains-mono
    ```
    - (Optional) Install JetBrains Mono Nerd Font
    - *(Optional)* Install JetBrains Mono Nerd Font
    ```
    $ brew cask install font-jetbrainsmono-nerd-font
    ```
    - (Optional) Install Iosevka (https://github.com/be5invis/iosevka)
    - *(Optional)* Install Iosevka (https://github.com/be5invis/iosevka)
    ```
    $ brew cask install font-iosevka
    ```
    - (Optional) Install Iosevka Nerd Font
    - *(Optional)* Install Iosevka Nerd Font
    ```
    $ brew cask install font-iosevka-nerd-font
    ```
  22. xcession revised this gist Apr 10, 2020. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions dev-env-macos.md
    Original file line number Diff line number Diff line change
    @@ -14,9 +14,9 @@
    $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
    ```
    - Install Terminal
    - alacrity
    - iterm2
    - kitty
    - `alacrity`
    - `iterm2`
    - `kitty`
    ```
    $ brew cask install kitty
    ```
  23. xcession revised this gist Apr 10, 2020. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions dev-env-macos.md
    Original file line number Diff line number Diff line change
    @@ -14,9 +14,10 @@
    $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
    ```
    - Install Terminal
    - alacrity
    - iterm2
    - kitty
    ```
    #$ brew cask install alacritty
    #$ brew cask install iterm2
    $ brew cask install kitty
    ```
    - Install Git
  24. xcession revised this gist Apr 10, 2020. 1 changed file with 26 additions and 22 deletions.
    48 changes: 26 additions & 22 deletions dev-env-macos.md
    Original file line number Diff line number Diff line change
    @@ -11,69 +11,73 @@

    - Install Homebrew (https://brew.sh/)
    ```
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
    $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
    ```
    - Install Terminal
    ```
    #brew cask install alacritty
    #brew cask install iterm2
    brew cask install kitty
    #$ brew cask install alacritty
    #$ brew cask install iterm2
    $ brew cask install kitty
    ```
    - Install Git
    ```
    brew install git
    $ brew install git
    ```
    - Setting Up Git
    ```
    git config --global user.name "Your Name"
    git config --global user.email "[email protected]"
    $ git config --global user.name "Your Name"
    $ git config --global user.email "[email protected]"
    ```
    - Set Default Git Text Editor
    ```
    git config --global core.editor "nvim"
    $ git config --global core.editor "nvim"
    ```
    - Generate the SSH key
    ```
    $ ssh-keygen -t rsa -b 4096 -C "[email protected]"
    ```
    - Install Tmux
    ```
    brew install tmux
    $ brew install tmux
    ```
    - Install Oh My Tmux (https://github.com/gpakosz/.tmux)
    ```
    cd
    git clone https://github.com/gpakosz/.tmux.git
    ln -s -f .tmux/.tmux.conf
    cp .tmux/.tmux.conf.local .
    $ cd
    $ git clone https://github.com/gpakosz/.tmux.git
    $ ln -s -f .tmux/.tmux.conf
    $ cp .tmux/.tmux.conf.local .
    ```
    - Install Oh My Zsh (https://github.com/ohmyzsh/ohmyzsh)
    ```
    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
    $ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
    ```
    - Install zsh-syntax-highlighting plugin (https://github.com/zsh-users/zsh-syntax-highlighting)
    ```
    git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
    $ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
    ```
    - Install zsh-autosuggestions plugin (https://github.com/zsh-users/zsh-autosuggestions)
    ```
    git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
    $ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
    ```
    - (Optional) Install Powerlevel10k theme (https://github.com/romkatv/powerlevel10k)
    ```
    git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
    $ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
    ```
    Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc`.
    - (Optional) Install JetBrains Mono (https://github.com/JetBrains/JetBrainsMono)
    ```
    brew tap homebrew/cask-fonts #do this once
    brew cask install font-jetbrains-mono
    $ brew tap homebrew/cask-fonts #do this once
    $ brew cask install font-jetbrains-mono
    ```
    - (Optional) Install JetBrains Mono Nerd Font
    ```
    brew cask install font-jetbrainsmono-nerd-font
    $ brew cask install font-jetbrainsmono-nerd-font
    ```
    - (Optional) Install Iosevka (https://github.com/be5invis/iosevka)
    ```
    brew cask install font-iosevka
    $ brew cask install font-iosevka
    ```
    - (Optional) Install Iosevka Nerd Font
    ```
    brew cask install font-iosevka-nerd-font
    $ brew cask install font-iosevka-nerd-font
    ```
  25. xcession revised this gist Apr 10, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion dev-env-macos.md
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,7 @@

    - Install Homebrew (https://brew.sh/)
    ```
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
    ```
    - Install Terminal
    ```
  26. xcession revised this gist Apr 10, 2020. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions dev-env-macos.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,14 @@
    # macOS Development Environment

    ```
    _
    __| | _____ __ ___ _ ____ __
    / _` |/ _ \ \ / / / _ \ '_ \ \ / /
    | (_| | __/\ V / | __/ | | \ V /
    \__,_|\___| \_/ \___|_| |_|\_/
    macOS
    ```

    - Install Homebrew (https://brew.sh/)
    ```
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  27. xcession revised this gist Apr 10, 2020. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions dev-env-macos.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    # macOS Development Environment

    - Install Homebrew (https://brew.sh/)
    ```
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  28. xcession revised this gist Mar 7, 2020. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions dev-env-macos.md
    Original file line number Diff line number Diff line change
    @@ -12,9 +12,10 @@ brew cask install kitty
    ```
    brew install git
    ```
    - Configuring Git
    - Setting Up Git
    ```
    git config --global --edit
    git config --global user.name "Your Name"
    git config --global user.email "[email protected]"
    ```
    - Set Default Git Text Editor
    ```
  29. xcession revised this gist Mar 7, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion dev-env-macos.md
    Original file line number Diff line number Diff line change
    @@ -16,7 +16,7 @@ brew install git
    ```
    git config --global --edit
    ```
    - Set Default Text Editor for Git
    - Set Default Git Text Editor
    ```
    git config --global core.editor "nvim"
    ```
  30. xcession revised this gist Mar 7, 2020. 1 changed file with 6 additions and 2 deletions.
    8 changes: 6 additions & 2 deletions dev-env-macos.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,8 @@
    - Install homebrew (https://brew.sh/)
    - Install Homebrew (https://brew.sh/)
    ```
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    ```
    - Install terminal
    - Install Terminal
    ```
    #brew cask install alacritty
    #brew cask install iterm2
    @@ -16,6 +16,10 @@ brew install git
    ```
    git config --global --edit
    ```
    - Set Default Text Editor for Git
    ```
    git config --global core.editor "nvim"
    ```
    - Install Tmux
    ```
    brew install tmux