[fix] Linux changes

This commit is contained in:
Uttarayan
2023-03-21 11:08:13 +05:30
parent 1fbada28e9
commit e7218c9c3f
16 changed files with 188 additions and 8 deletions

23
setup/setup-linux.sh Normal file
View File

@@ -0,0 +1,23 @@
#!/bin/sh
## I mostly use archlinux so this will be for archlinux
pacman -S base-devel zoxide fd bat exa fish neovim unzip p7zip # will add more later
## Install paru
git clone https://aur.archlinux.org/paru ~/.cache/paru/clone/paru
pushd ~/.cache/paru/clone/paru
makepkg -si
popd
## Install plymouth
paru -S plymouth-git
## Install a plymouth theme
git clone https://github.com/uttarayan21/plymouth-theme-archmac
pushd plymouth-theme-archmac
makepkg -si
popd
## Install some few more things