29 lines
893 B
Markdown
29 lines
893 B
Markdown
# Bloom
|
|
|
|
Bloom is my dotfile setup and my configuration script for **Void Linux**.
|
|
In addition to dotfiles, it also includes setup for the tools.
|
|
|
|
## Tools
|
|
* neovim (text editor/IDE)
|
|
* wezterm (terminal)
|
|
* tmux (terminal manager)
|
|
* river (window manager)
|
|
* yazi (file manager)
|
|
* eww (bar)
|
|
|
|
## Requirements
|
|
* git
|
|
|
|
## Install
|
|
1. Clone this repo: `git clone https://github.com/jellyfishsh/dotfiles.git` or `git clone git@github.com:jellyfishsh/dotfiles.git`
|
|
2. run `install.sh`
|
|
|
|
## Needs
|
|
* make a setup for only dotfiles and not installing new packages
|
|
* have a setup that does not require cloning at all, and instead uses `curl`
|
|
* make a complete image file that includes these defaults when making a new system
|
|
* setup an auto tmux on shell startup
|
|
* setup a basic configuration on tmux startup
|
|
* finish the neovim lsp configuration
|
|
* do advanced configuration for yazi, tmux, eww, and wezterm
|