Mirror — primary at git.dannydannydanny.me
Find a file
Daniel Thoren 8f18f07f6b
💥 add tmux, (+ytdlp)
2022-04-11 14:37:54 +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 add jupyter-vim 2022-04-10 19:17:31 +02:00
LICENSE Initial commit 2022-03-28 15:12:54 +02:00
README.md 📝 add another MPC/MPD/NCMPCPP guide 2022-03-29 13:46:17 +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