beyourahi / dev_setup

My personal web dev environment setup for Linux / WSL (Debian based)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux / WSL (Debian based) πŸ’»


Shell setup


Step 1: πŸš€ Update system

sudo apt update && sudo apt upgrade -y

Step 2: πŸ”½ Install GitHub CLI, Fish Shell and VS Code

- set fish as default shell, authenticate github and reboot computer

chsh -s /usr/bin/fish && gh auth login && reboot

Step 3 : 🦈 Install fisher and essential plugins

curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher && fisher install FabioAntunes/fish-nvm edc/bass jethrokuan/z && fisher update && fisher list

Step 4: πŸ”₯ Run install script and setup fish config files

 git clone https://github.com/beyourahi/dev_setup.git ~/dev_setup && cd ~/dev_setup && chmod +x install.sh && ./install.sh && sudo cp -r ~/dev_setup/.config/fish/config.fish ~/.config/fish/ && . ~/.config/fish/config.fish && exit

About

My personal web dev environment setup for Linux / WSL (Debian based)


Languages

Language:Shell 100.0%