mirror of
https://github.com/BradNut/computer-setup-info
synced 2025-09-08 17:40:23 +00:00
2.1 KiB
2.1 KiB
Terminal
HyperJS
Configuration
Custom Prompt
- Starship
- Preset Nerd Font Symbols Preset
- Nerd Font used: Fira Code Nerd Font
Vim
- Configuration: .vimrc
- Install:
- Linux:
sudo apt install vim - OSX:
brew install vim
- Linux:
Things to look into for vim
- Package manager
- Rainbow Parentheses
Zsh
Currently using zsh
- Install if not there
- Linux/Ubuntu:
sudo apt install zsh - OSX:
brew install zsh
- Linux/Ubuntu:
Configuration
- .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
Oh My Zsh Plugins
- 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:
Bash
- Not using at the moment
Configuration
SSH
Enable
$ sudo apt update
$ sudo apt install openssh-server
Verify SSH is running:
$ sudo systemctl status ssh
Generating SSH Keys
Step by step: Generating New SSH Key and adding to the SSH Agent