stygio/README.md

28 lines
712 B
Markdown

# stygio
Another attempt at creating a consistent and modular dotfiles configuration
## Required Packages ##
* `fish`: shell
* `starship`: shell prompt
* `neovim`: editor
* `tmux`: terminal manager
* `yazi`: file manager
* `fzf`, `fd`, and `bat` for `fzf.fish`
* `lazygit`: git ui (required for `lazygit.nvim`)
* `wezterm`: terminal
* `river`: window manager
* `waybar`: statusline
* `swww`: background manager *new!* (might change)
* `mako`, `fuzzel`, `kanshi`: helpful tools for river
## Installation ##
1. Install `git` and `stow`
2. Clone this repository: `git clone https://git.jellypond.net/jellyfishsh/stygio.git`
3. Change to the repository directory, and stow the repo: `stow .`
## References ##