From 1388b7485d43dbc4b13257f4dcee99b1ce0496c7 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sun, 30 Aug 2026 19:35:24 +0200 Subject: [PATCH] CachyOS variants --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aaf39de..aa5e6dc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ After having my homedirs in subversion for years, moved this collection to Git [ To install: -``` +```bash mkdir ~/.dot cd ~/.dot clone @@ -44,6 +44,8 @@ ln -s ../.dot/dotfiles/.config/starship.toml To have the full experience, install all of these: +Debian/Ubuntu etc.: + ```bash sudo apt install git curl vim-nox fzf ripgrep exuberant-ctags fish grc tmux htop direnv # needed for building vim plugins: @@ -52,6 +54,12 @@ sudo apt install cmake build-essential 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. @@ -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. -``` +```conf workspace=workspace/projects group=github git@github.com:aquatix/ns-api.git