aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2023-06-14 20:17:20 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2023-06-14 20:17:20 +0200
commita78545aee0d150b7032e567e92e57fd0d3e83d6d (patch)
tree8091fee44b073c5839cb91045ae0f8e345d55b15
parent252cea169185f5a57acb6913f622950bb27458f8 (diff)
Update docs
-rw-r--r--README.md9
-rwxr-xr-xinstall3
2 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index 3456972..29b8988 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,10 @@ To set up run `./install`
It provides configuration for:
-* vim / nvim
+* nvim
* tmux
* zsh
* git
-* ctags
* ripgrep
* tmuxp
* kitty
@@ -16,17 +15,19 @@ It provides configuration for:
* weechat
* nethack
* terminfo italics support
+* yabai & skhdc
+* asdf
## Prerequisites
-The scripts here assume either `brew` or `apt` are installed.
+The scripts here have support for `brew`, `pacman`, or `apt`.
Install brew with: `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"`
It might also be a good idea to install the xcode command line tools with `xcode-select --install`
## Provisioning
-These dotfiles include some provisioning scripts for `brew` and `apt`.
+These dotfiles include some provisioning scripts for `brew`, `pacman`, and `apt`.
To set up run `./provision <recipe>` where `<recipe>` is one of:
diff --git a/install b/install
index 44d3dca..03eea48 100755
--- a/install
+++ b/install
@@ -32,9 +32,6 @@ ln -fns .dotfiles/nethackrc ~/.nethackrc
# Git
ln -fns .dotfiles/gitconfig ~/.gitconfig
-# Ctags
-ln -fns .dotfiles/ctags.d ~/.ctags.d
-
# XDefaults
ln -fns .dotfiles/Xdefaults ~/.Xdefaults