fixed README, partial integrated pipewire
This commit is contained in:
parent
d10d30d16e
commit
df627be315
24
README.md
24
README.md
@ -1,22 +1,24 @@
|
|||||||
# Bloomforge
|
# Bloom
|
||||||
|
|
||||||
Bloomforge (bforge) is a "dotfile setup" (moreso a reproducible environment) for my development environment on **Void Linux**.
|
Bloom is my dotfile setup and my configuration script for **Void Linux**.
|
||||||
In addition to dotfiles, it also includes setup for the tools instead.
|
In addition to dotfiles, it also includes setup for the tools.
|
||||||
|
|
||||||
## Tools
|
## Tools
|
||||||
* neovim (btw)
|
* neovim (text editor/IDE)
|
||||||
* tmux
|
* wezterm (terminal)
|
||||||
* river
|
* tmux (terminal manager)
|
||||||
* yazi
|
* river (window manager)
|
||||||
|
* yazi (file manager)
|
||||||
|
* eww (bar)
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
* git
|
* git
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
1. Clone this repo
|
1. Clone this repo: `git clone https://github.com/jellyfishsh/dotfiles.git` or `git clone git@github.com:jellyfishsh/dotfiles.git`
|
||||||
2.
|
2. run `install.sh`
|
||||||
|
|
||||||
## Needs
|
## Needs
|
||||||
* make xorg and bspwm setup
|
|
||||||
* transition to river
|
|
||||||
* make a setup for only dotfiles and not installing new packages
|
* 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
|
||||||
|
|||||||
@ -18,7 +18,7 @@ mkdir --parents ~/projects/javascript
|
|||||||
# Setup zsh
|
# Setup zsh
|
||||||
chsh -s $(which zsh)
|
chsh -s $(which zsh)
|
||||||
|
|
||||||
sudo xbps-install -y font-firacode river wezterm firefox dbus elogind
|
sudo xbps-install -y font-firacode river wezterm firefox dbus elogind pipewire wireplumber
|
||||||
sudo xbps-install -y rustup ghc openjdk21 apache-maven gradle nodejs
|
sudo xbps-install -y rustup ghc openjdk21 apache-maven gradle nodejs
|
||||||
|
|
||||||
# Setup river
|
# Setup river
|
||||||
1
scripts/desktop.sh
Normal file
1
scripts/desktop.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
dbus-run-session river
|
||||||
Loading…
x
Reference in New Issue
Block a user