aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2021-06-28 21:41:39 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2021-06-28 21:41:39 +0200
commit650123f4269e48a8166fb53a59379b55396e8fce (patch)
tree271640839cd479ae3a92e443e9ab4b1110ed502c
parent0fb584cff43a80a74d34848518456b427b538575 (diff)
Update readme to be more accurate
-rw-r--r--README.md16
-rwxr-xr-xprovision2
2 files changed, 16 insertions, 2 deletions
diff --git a/README.md b/README.md
index ba0bf11..352c1f1 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,26 @@ To set up run `./install`
It provides configuration for:
+* vim / nvim
+* tmux
* zsh
+* git
+* ctags
+* ripgrep
+* tmuxp
+* kitty
+* karabiner
* weechat
-* vim
* nethack
* terminfo italics support
+## Prerequisites
+
+The scripts here assume either `brew` or `apt` are installed.
+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`.
diff --git a/provision b/provision
index 1580c24..1194ba7 100755
--- a/provision
+++ b/provision
@@ -7,7 +7,7 @@ else
command_name="brew"
else
if command -v apt &> /dev/null; then
- command_name="brew"
+ command_name="apt"
else
echo "Error: No valid package manager. Make sure brew or apt are available."
exit 1