Skip to content

PSGitHubUser1/Arch-Essentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arch Essentials

This script aims to install terminal programs which should be WITH the distro itself.

And is really handy & instant.

# Requirements

  • Arch Linux (pacman)
  • Git

# If you have minimal Arch:

git clone https://github.com/PSGitHubUser1/Arch-Essentials 
cd Arch-Essentials
bash ae.sh
bash cc.sh

OR

Download this README file: (if you already got Curl or Wget)

curl -o README.md https://raw.githubusercontent.com/PSGitHubUser1/Arch-Essentials/ProjectPublic/README.md

OR

wget -O README.md https://raw.githubusercontent.com/PSGitHubUser1/Arch-Essentials/ProjectPublic/README.md

OR

Copy & paste this command in your terminal:

cd ~/Desktop &&
git clone https://github.com/PSGitHubUser1/Arch-Essentials &&
cd Arch-Essentials &&
rm -f LICENSE &&
rm -f README.md &&
cp ae.sh ~/Desktop/ &&
cp cc.sh ~/Desktop/ &&
cd .. &&
yes | rm -rf Arch-Essentials &&
chmod +x ae.sh && chmod +x cc.sh &&
./ae.sh || bash ae.sh &&
./cc.sh || bash cc.sh

# This file installs:

  • Flatpak
  • Ranger
  • Fzf
  • Yay (AUR)
  • Dust
  • OS-Prober & Update-Grub (AUR)
  • Ramfetch (AUR too I guess)
  • Nano
  • Python
  • Java (JDK 17)
  • Curl
  • Wget
  • Tldr
  • Neofetch
  • Htop
  • Git

Note: There is a cc.sh file too, its cleans the cache left by Yay & Pacman

Made by me, @PSGitHubUser1

This should not be distributed or published after modifications.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages