diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-06-14 20:17:20 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-06-14 20:17:20 +0200 |
| commit | a78545aee0d150b7032e567e92e57fd0d3e83d6d (patch) | |
| tree | 8091fee44b073c5839cb91045ae0f8e345d55b15 | |
| parent | 252cea169185f5a57acb6913f622950bb27458f8 (diff) | |
Update docs
| -rw-r--r-- | README.md | 9 | ||||
| -rwxr-xr-x | install | 3 |
2 files changed, 5 insertions, 7 deletions
@@ -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: @@ -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 |