Skip to content

Here is the quick dev setup every developer needs on their Arch Linux

Notifications You must be signed in to change notification settings

pathberries/arch-linux-dev-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

arch-linux-dev-setup

Here is the quick dev setup every developer needs on their Arch Linux - Manjaro

Update the system

$ sudo pacman -Syu

Install Git

$ sudo pacman -S git
$ git --version

Install Java 11

$ sudo pacman -S jre11-openjdk-headless jre11-openjdk jdk11-openjdk openjdk11-doc openjdk11-src $ java --version

Install NodeJs

$ pacman -S nodejs npm
$ node --version

Install yay - AUR helper

git clone https://aur.archlinux.org/yay-git.git
cd yay-git
sudo makepkg -si

Install VSCode

yay -S visual-studio-code-bin

Install Google Chrome

yay -S google-chrome

About

Here is the quick dev setup every developer needs on their Arch Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published