Mirror — primary at git.dannydannydanny.me
| .config | ||
| .editorconfig | ||
| .tmux.conf | ||
| .zshrc | ||
| brewfile | ||
| LICENSE | ||
| makefile | ||
| README.md | ||
| ubuntu.md | ||
dotfiles
- this repo is an extension of dannydannydanny/methodology
- this is my install script
- i run it right after install artix-cinnamon-openrc
- Install and use arch packages on artix
- it's very much a work in progress 🚧
- Roadmap:
- tmux: get cosy, remote nested sessions
- config syncing
- mpd, mpc, ncmpcpp (Mac guide, config guide for mac)
- TODO: read atlassian's git config sync article
#!/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