Skip to content

beyourahi/dev_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

128 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages