Mirror — primary at git.dannydannydanny.me
Find a file
2022-05-18 14:05:44 +02:00
.config 🎨 start calendar.vim on mondays and add w.no.s 2022-05-18 14:01:52 +02:00
.editorconfig 📝 add .editorconfig 2022-05-17 12:31:22 +02:00
.tmux.conf add tmux conf 2022-04-12 11:33:02 +02:00
.zshrc 🐛 fix wrong comment syntax 2022-05-18 14:05:44 +02:00
brewfile add pyenv 2022-04-26 15:30:50 +02:00
LICENSE Initial commit 2022-03-28 15:12:54 +02:00
makefile 📝 git add editorconfig make rule 2022-05-17 13:06:43 +02:00
README.md 📝 run arch stuff on artix 2022-04-19 19:09:44 +00:00
ubuntu.md 🎨 replace snap with homebrew 2022-05-18 12:42:20 +02: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