Last active
September 12, 2021 08:42
-
-
Save xcession/0f21f4757da41136d92f76b566e60cb9 to your computer and use it in GitHub Desktop.
Revisions
-
xcession revised this gist
Apr 22, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 (https://github.com/Homebrew/homebrew-cask-fonts) > Only have to do this once! ``` $ brew tap homebrew/cask-fonts ``` -
xcession revised this gist
Apr 22, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -55,7 +55,7 @@ $ brew cask install kitty $ brew install neovim ``` - Install Tmux (https://github.com/tmux/tmux) ``` $ brew install tmux ``` -
xcession revised this gist
Apr 22, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 ``` -
xcession revised this gist
Apr 22, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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]" ``` -
xcession revised this gist
Apr 22, 2020 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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` (https://github.com/alacritty/alacritty) - `iterm2` (https://github.com/gnachman/iTerm2) - `kitty` (https://github.com/kovidgoyal/kitty) ``` $ brew cask install kitty ``` -
xcession revised this gist
Apr 22, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -48,8 +48,8 @@ $ brew cask install kitty ``` - Install Code Editor - `neovim` (https://github.com/neovim/neovim) - `vscodium` (https://github.com/VSCodium/vscodium) ``` $ brew install neovim ``` -
xcession revised this gist
Apr 22, 2020 . No changes.There are no files selected for viewing
-
xcession revised this gist
Apr 21, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions ``` - *(Optional)* Install Powerlevel10k theme (https://github.com/romkatv/powerlevel10k) -
xcession revised this gist
Apr 18, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 Package Manager - Homebrew (https://brew.sh/) -
xcession revised this gist
Apr 18, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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/) ``` -
xcession revised this gist
Apr 13, 2020 . 1 changed file with 30 additions and 13 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 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 -
xcession revised this gist
Apr 11, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 -
xcession revised this gist
Apr 11, 2020 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,8 @@ macOS Basic ``` - Install Package Manager - Homebrew (https://brew.sh/) ``` $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" ``` -
xcession revised this gist
Apr 11, 2020 . No changes.There are no files selected for viewing
-
xcession revised this gist
Apr 11, 2020 . No changes.There are no files selected for viewing
-
xcession revised this gist
Apr 11, 2020 . No changes.There are no files selected for viewing
-
xcession renamed this gist
Apr 11, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,12 @@ # macOS Basic Development Environment ``` _ __| | _____ __ ___ _ ____ __ / _` |/ _ \ \ / / / _ \ '_ \ \ / / | (_| | __/\ V / | __/ | | \ V / \__,_|\___| \_/ \___|_| |_|\_/ macOS Basic ``` - Install Homebrew (https://brew.sh/) -
xcession revised this gist
Apr 10, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 ``` - *(Optional)* Install JetBrains Mono (https://github.com/JetBrains/JetBrainsMono) ``` -
xcession revised this gist
Apr 10, 2020 . 1 changed file with 5 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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`. - 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 -
xcession revised this gist
Apr 10, 2020 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 -
xcession revised this gist
Apr 10, 2020 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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) ``` $ 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 ``` - *(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 ``` -
xcession revised this gist
Apr 10, 2020 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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` ``` $ brew cask install kitty ``` -
xcession revised this gist
Apr 10, 2020 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 kitty ``` - Install Git -
xcession revised this gist
Apr 10, 2020 . 1 changed file with 26 additions and 22 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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)" ``` - Install Terminal ``` #$ brew cask install alacritty #$ brew cask install iterm2 $ brew cask install kitty ``` - 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]" ``` - 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`. - (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 ``` $ 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 ``` -
xcession revised this gist
Apr 10, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,7 @@ - Install Homebrew (https://brew.sh/) ``` /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" ``` - Install Terminal ``` -
xcession revised this gist
Apr 10, 2020 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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)" -
xcession revised this gist
Apr 10, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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)" -
xcession revised this gist
Mar 7, 2020 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -12,9 +12,10 @@ brew cask install kitty ``` 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 ``` -
xcession revised this gist
Mar 7, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,7 @@ brew install git ``` git config --global --edit ``` - Set Default Git Text Editor ``` git config --global core.editor "nvim" ``` -
xcession revised this gist
Mar 7, 2020 . 1 changed file with 6 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ - Install Homebrew (https://brew.sh/) ``` /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" ``` - 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
NewerOlder