- Starship
- Preset Nerd Font Symbols Preset
- Nerd Font used: Fira Code Nerd Font
- Configuration: .vimrc
- Install:
- Linux:
sudo apt install vim
- OSX:
brew install vim
- Linux:
- Package manager
- Rainbow Parentheses
Currently using zsh
- Install if not there
- Linux/Ubuntu:
sudo apt install zsh
- OSX:
brew install zsh
- Linux/Ubuntu:
- .zshrc
- Oh My Zsh
- Install:
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- Install:
- .nvmrc - Node Version Manager config file
- Z
- Install:
git clone https://github.com/agkozak/zsh-z $ZSH_CUSTOM/plugins/zsh-z
- Install:
- zsh-autosuggestions
- Install:
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
- Install:
- zsh-syntax-highlighting
- Install:
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
- Install:
- Not using at the moment
$ sudo apt update
$ sudo apt install openssh-server
Verify SSH is running:
$ sudo systemctl status ssh
Step by step: Generating New SSH Key and adding to the SSH Agent