diff options
Diffstat (limited to 'alpine-river/README.md')
-rw-r--r-- | alpine-river/README.md | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/alpine-river/README.md b/alpine-river/README.md new file mode 100644 index 0000000..9942daa --- /dev/null +++ b/alpine-river/README.md @@ -0,0 +1,45 @@ +# Venomade's dotfiles +These are my personal dotfiles for [Alpine Linux](https://alpinelinux.org/) + +This repository contains submodules so clone with: `git clone git@github.com:venomade/dotfiles ~/.dotfiles --recurse-submodules` + +## Screenshot + + +## Software +A basic overview of the software I use: + +| **Component** | **Program/Tool** | +|------------------|--------------------------------------------------------------------| +| OS | [Alpine Linux](https://alpinelinux.org/) | +| Window Manager | [River](https://isaacfreund.com/software/river/) | +| App Launcher | [Fuzzel](https://codeberg.org/dnkl/fuzzel/) | +| Audio | [Pipewire](https://pipewire.org/) | +| Audio Mixer | [ncpamixer](https://github.com/fulhax/ncpamixer) | +| Browser | [Firefox ESR](https://www.mozilla.org/en-GB/firefox/enterprise/) | +| Clipboard | [wl-clipboard](https://github.com/bugaevc/wl-clipboard/) | +| Containers | [Docker](https://www.docker.com/) & [Dry](https://moncho.github.io/dry/) | +| File Manager | [Yazi](https://github.com/sxyazi/yazi/) | +| Font | [Fantasque Sans](https://github.com/belluzj/fantasque-sans/) | +| Idle Daemon | [swayidle](https://github.com/swaywm/swayidle/) | +| Image Viewer | [mpv --pause](https://mpv.io/) | +| Life Manager | [Emacs](https://www.gnu.org/software/emacs/) | +| Login Manager | [TTY](https://rickroll.it/) | +| Multiplexer | [TMUX](https://github.com/tmux/tmux/) | +| Music Player | [kew](https://github.com/ravachol/kew) | +| Notifications | [Dunst](https://dunst-project.org/) | +| Screen Locker | [swaylock](https://github.com/swaywm/swaylock/) | +| Screen Record | [wf-recorder](https://github.com/ammen99/wf-recorder/) | +| Screenshot | [wayshot](https://git.sr.ht/~shinyzenith/wayshot/) & [slurp](https://github.com/emersion/slurp/) | +| Shell | [Fish](https://fishshell.com/) | +| Sync Client | [rclone](https://rclone.org/) | +| SysInfo Viewer | [fastfetch](https://github.com/fastfetch-cli/fastfetch/) | +| System Monitor | [Btop](https://github.com/aristocratos/btop/) | +| Terminal | [Foot](https://codeberg.org/dnkl/foot/) | +| Text Editor | [Neovim](https://neovim.io/) | +| Video Player | [mpv](https://mpv.io/) | +| Wallpaper Util | [swaybg](https://github.com/swaywm/swaybg/) | + + +## Packages +A copy of my `/etc/apk/world` is in the [world](./world) file. |