Mirror — primary at git.dannydannydanny.me
Find a file
2022-05-31 15:14:03 +02:00
.config add nvim plug for fzf 2022-05-31 12:14:07 +02:00
music_conf 📝 add requirements note 2022-05-19 18:36:54 +02:00
.editorconfig 🎨 expand editorconfig for makefile & brewfile 2022-05-31 15:14:03 +02:00
.tmux.conf add tmux conf 2022-04-12 11:33:02 +02:00
.zshrc add fzf auto-complete and tmux bindings 2022-05-31 11:50:07 +02:00
brewfile add fuzzy finder 2022-05-31 11:42:43 +02:00
LICENSE Initial commit 2022-03-28 15:12:54 +02:00
makefile 🎨 merge mbpr changes 2022-05-19 11:54:46 +02:00
README.md 📝 run arch stuff on artix 2022-04-19 19:09:44 +00:00
ubuntu.md 🎨 merge mbpr changes 2022-05-19 11:54:46 +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