README.md
This commit is contained in:
parent
fad850b76d
commit
7c7093b9cd
1 changed files with 4 additions and 3 deletions
|
|
@ -14,9 +14,9 @@ Personal Arch Linux configuration focused on:
|
||||||
**Goal** :
|
**Goal** :
|
||||||
all reproducible from a single install script and a GNU Stow‑managed dotfiles repo.
|
all reproducible from a single install script and a GNU Stow‑managed dotfiles repo.
|
||||||
|
|
||||||
[Installation Guide](#installation-on-existing-system)
|
- [Installation Guide](#installation-on-existing-system)
|
||||||
[Greetd/Regreet config](#regreet-config)
|
- [Greetd/Regreet config](#regreet-config)
|
||||||
[Snapper install & config](#snapper-config)
|
- [Snapper install & config](#snapper-config)
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
|
|
||||||
|
|
@ -58,6 +58,7 @@ This setup assumes the following tools are installed (Arch package names):
|
||||||
- [neovim](https://github.com/neovim/neovim) (text editor)
|
- [neovim](https://github.com/neovim/neovim) (text editor)
|
||||||
- [zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH) (shell)
|
- [zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH) (shell)
|
||||||
- [starship](https://github.com/starship/starship) (prompt)
|
- [starship](https://github.com/starship/starship) (prompt)
|
||||||
|
- [atuin](https://github.com/atuinsh/atuin) (shell history)
|
||||||
- [fzf](https://github.com/junegunn/fzf) (fuzzy finder)
|
- [fzf](https://github.com/junegunn/fzf) (fuzzy finder)
|
||||||
- [fd](https://github.com/sharkdp/fd) (fast file search, used by fzf)
|
- [fd](https://github.com/sharkdp/fd) (fast file search, used by fzf)
|
||||||
- [ripgrep](https://github.com/burntsushi/ripgrep) (rg, fast grep)
|
- [ripgrep](https://github.com/burntsushi/ripgrep) (rg, fast grep)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue