📝 update dotfiles roadmap
This commit is contained in:
parent
bf35563e08
commit
3e2dc961e5
1 changed files with 10 additions and 38 deletions
48
README.md
48
README.md
|
|
@ -1,43 +1,15 @@
|
||||||
# dotfiles
|
# dotfiles
|
||||||
|
|
||||||
* this repo is an extension of [dannydannydanny/methodology](https://github.com/DannyDannyDanny/methodology/)
|
This repo is an extension of [dannydannydanny/methodology](https://github.com/DannyDannyDanny/methodology/)
|
||||||
* this is my install script
|
|
||||||
* i run it right after install artix-cinnamon-openrc
|
|
||||||
* Install and use [arch packages on artix](https://dev.to/nabbisen/artix-linux-add-arch-linux-repos-extra-community-35ab)
|
|
||||||
* it's very much a work in progress 🚧
|
|
||||||
* Roadmap:
|
|
||||||
* **tmux**: get cosy, remote nested sessions
|
|
||||||
* [config syncing](https://www.atlassian.com/git/tutorials/dotfiles)
|
|
||||||
* mpd, mpc, ncmpcpp ([Mac guide](https://killtheyak.com/install-mpd-mpc-ncmpcpp/), [config guide for mac](https://computingforgeeks.com/install-configure-mpd-ncmpcpp-macos/))
|
|
||||||
* TODO: read [atlassian's git config sync article](https://www.atlassian.com/git/tutorials/dotfiles)
|
|
||||||
|
|
||||||
```sh
|
|
||||||
#!/bin/sh
|
|
||||||
# 1. install artix-cinnamon-openRC then run
|
|
||||||
# 2. run through this script, section by section
|
|
||||||
|
|
||||||
|
|
||||||
# upgdate / upgrade
|
## Roadmap:
|
||||||
sudo pacman -Syy
|
|
||||||
sudo pacman -Syu
|
|
||||||
|
|
||||||
# install basic shidd
|
* extend *makefile*:
|
||||||
sudo pacman -S --needed git base-devel
|
* **low-level configs:** config zsh, config nvim, config tmux-local, config tmux-remote
|
||||||
|
* **machine level config:** config mac local machine, config ubuntu local machine, config ubuntu server
|
||||||
# install AUR helper
|
* configure **tmux**:
|
||||||
git clone https://aur.archlinux.org/yay.git
|
* [X] remote nested sessions
|
||||||
cd yay
|
* [ ] change tmux:pane-switching bindings from arrow keys to vim bindings
|
||||||
makepkg -si
|
* music config:
|
||||||
|
* mpd, mpc, ncmpcpp ([Mac guide](https://killtheyak.com/install-mpd-mpc-ncmpcpp/), [config guide for mac](https://computingforgeeks.com/install-configure-mpd-ncmpcpp-macos/))
|
||||||
# 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
|
|
||||||
```
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue