Mirror — primary at git.dannydannydanny.me
Find a file
2022-04-19 19:09:44 +00:00
.config 🎨 alacritty gruvbox theme 2022-04-19 17:30:02 +00:00
.tmux.conf add tmux conf 2022-04-12 11:33:02 +02:00
.zshrc 💥 update zshrc (mostly autogenerated) 2022-04-11 14:32:55 +02:00
brewfile 💥 add tmux, (+ytdlp) 2022-04-11 14:37:54 +02:00
init.vim 📝 update plugins 2022-04-14 13:03:36 +02:00
LICENSE Initial commit 2022-03-28 15:12:54 +02:00
README.md 📝 run arch stuff on artix 2022-04-19 19:09:44 +00:00

dotfiles

#!/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