From 77d7993922e643c2fe03fc40f1b058199c2d4010 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 28 Mar 2022 16:45:05 +0200 Subject: [PATCH] :fire: :truck: move file to dotfiles readme --- post-install-artix.sh | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 post-install-artix.sh diff --git a/post-install-artix.sh b/post-install-artix.sh deleted file mode 100644 index 62347b5..0000000 --- a/post-install-artix.sh +++ /dev/null @@ -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