From: Ruben Beltran del Rio Date: Wed, 14 Jun 2023 18:17:20 +0000 (+0200) Subject: Update docs X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/commitdiff_plain/a78545aee0d150b7032e567e92e57fd0d3e83d6d Update docs --- 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 ` where `` 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