🔥 🚚 move file to dotfiles readme
This commit is contained in:
parent
42cf95f69b
commit
77d7993922
1 changed files with 0 additions and 28 deletions
|
|
@ -1,28 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
# 1. install artix-cinnamon-openRC then run
|
|
||||||
# 2. run through this script, section by section
|
|
||||||
|
|
||||||
|
|
||||||
# upgdate / upgrade
|
|
||||||
sudo pacman -Syy
|
|
||||||
sudo pacman -Syu
|
|
||||||
|
|
||||||
# install basic shidd
|
|
||||||
sudo pacman -S --needed git base-devel
|
|
||||||
|
|
||||||
# install AUR helper
|
|
||||||
git clone https://aur.archlinux.org/yay.git
|
|
||||||
cd yay
|
|
||||||
makepkg -si
|
|
||||||
|
|
||||||
# install programs
|
|
||||||
yay -S librewolf-bin
|
|
||||||
|
|
||||||
# install zsh and omz and more
|
|
||||||
# https://medium.com/tech-notes-and-geek-stuff/install-zsh-on-arch-linux-manjaro-and-make-it-your-default-shell-b0098b756a7a
|
|
||||||
|
|
||||||
|
|
||||||
# kill the beep sound
|
|
||||||
# this command needs to be saved into .bashrc or
|
|
||||||
# some startup script
|
|
||||||
sudo rmmod pcspkr
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue