aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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