CachyOS variants

This commit is contained in:
2026-08-30 19:35:24 +02:00
parent aa9652f5b1
commit 1388b7485d
+10 -2
View File
@@ -5,7 +5,7 @@ After having my homedirs in subversion for years, moved this collection to Git [
To install: To install:
``` ```bash
mkdir ~/.dot mkdir ~/.dot
cd ~/.dot cd ~/.dot
clone <url> clone <url>
@@ -44,6 +44,8 @@ ln -s ../.dot/dotfiles/.config/starship.toml
To have the full experience, install all of these: To have the full experience, install all of these:
Debian/Ubuntu etc.:
```bash ```bash
sudo apt install git curl vim-nox fzf ripgrep exuberant-ctags fish grc tmux htop direnv sudo apt install git curl vim-nox fzf ripgrep exuberant-ctags fish grc tmux htop direnv
# needed for building vim plugins: # needed for building vim plugins:
@@ -52,6 +54,12 @@ sudo apt install cmake build-essential
sudo apt install mc sudo apt install mc
``` ```
CachyOS/Arch:
```bash
sudo pacman -Syu curl vim-nox fzf ripgrep ctags fish grc tmux htop direnv
```
and maybe install a nice colour theme for your terminal from https://gogh-co.github.io/Gogh/ - I use argonaut with a black background myself. and maybe install a nice colour theme for your terminal from https://gogh-co.github.io/Gogh/ - I use argonaut with a black background myself.
@@ -71,7 +79,7 @@ In tmux, do `infocmp > screen-256color`. Add the line `kf16=\E[17;2~,` and compi
The `update_repos` script takes the `~/.git_repos` config file and lets you update and clone your projects automatically (or at least in a batch). In the example the first four repos are located in ~/workspace/projects/github, and the other two in workspace/projects/others and workspace/projects/private respectively; then the workspace and group are empty, so mydocs is cloned into the homedir. At the moment, only paths relative to the user's homedir are supported. The `update_repos` script takes the `~/.git_repos` config file and lets you update and clone your projects automatically (or at least in a batch). In the example the first four repos are located in ~/workspace/projects/github, and the other two in workspace/projects/others and workspace/projects/private respectively; then the workspace and group are empty, so mydocs is cloned into the homedir. At the moment, only paths relative to the user's homedir are supported.
``` ```conf
workspace=workspace/projects workspace=workspace/projects
group=github group=github
git@github.com:aquatix/ns-api.git git@github.com:aquatix/ns-api.git