dotfiles/readme.md

56 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2021-11-20 18:49:57 -05:00
### dotfiles
![preview](preview.png)
these are my dotfiles, custom desktop entries, and scripts for my personal machine
2022-01-25 23:22:12 -05:00
2021-11-20 18:49:57 -05:00
to use these verbatim, clone the repo and merge it onto root with rsync, like below.
2021-11-22 00:28:07 -05:00
this repo also contains configuration files for services with arch linux. feel
free to disregard these if you'd like.
2021-11-20 18:49:57 -05:00
please note that these are provided without guarantee or warranty of any kind.
please back up all your files before using these!
```
git clone https://gitea.bubbletea.dev/shibao/dotfiles.git
rsync -a dotfiles/* /
```
thank you!
### requirements
this isn't an exhaustive list.
please let me know if i've forgotten one!
- sway (de)
- waybar (topbar)
- swayidle (idle daemon)
- swaylock (lockscreen)
2022-03-01 10:57:09 -05:00
- kitty (terminal)
- ranger (file browser)
2021-11-20 18:49:57 -05:00
- rofi (launcher)
2022-01-20 22:00:56 -05:00
- mako (notification daemon)
2021-11-20 18:49:57 -05:00
- kanshi (screen config manager)
2022-01-20 22:00:56 -05:00
- gnome-polkit (auth helper)
2022-01-10 10:08:26 -05:00
- nm-applet (network gui tray applet)
- blueman-tray (bluetooth gui tray applet)
2021-11-20 18:49:57 -05:00
- playerctl (music controller)
- materia-dark (gtk theme)
- papirus-dark (icon theme)
2023-04-19 22:31:50 -04:00
- fcitx5 (intl. keyboard input)
2021-11-20 18:49:57 -05:00
- grim (screenshots on wayland)
2021-11-29 13:00:19 -05:00
- wf-recorder (screen recorder on wayland)
- slurp (to select region in wayland)
2021-11-20 18:49:57 -05:00
- neovim (editor)
- direnv (per-directory environment variables)
- asdf (language agnostic dependency management)
2022-02-14 00:07:24 -05:00
#### packages.txt
i also have a list of packages at `/packages.txt`. this list contains a ton
of random junk and stuff since i've had this setup for a while, and i mostly
use it to help sync packages between multiple machines.