]> git.r.bdr.sh - rbdr/dotfiles/commitdiff
Update readme to be more accurate
authorRuben Beltran del Rio <redacted>
Mon, 28 Jun 2021 19:41:39 +0000 (21:41 +0200)
committerRuben Beltran del Rio <redacted>
Mon, 28 Jun 2021 19:41:39 +0000 (21:41 +0200)
README.md
provision

index ba0bf118bf978604b79404d81c15f9386b915ab4..352c1f1f3e4c70ad2e054ee57acfe6a18a194e8b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,12 +4,26 @@ To set up run `./install`
 
 It provides configuration for:
 
 
 It provides configuration for:
 
+* vim / nvim
+* tmux
 * zsh
 * zsh
+* git
+* ctags
+* ripgrep
+* tmuxp
+* kitty
+* karabiner
 * weechat
 * weechat
-* vim
 * nethack
 * terminfo italics support
 
 * 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`.
 ## Provisioning
 
 These dotfiles include some provisioning scripts for `brew` and `apt`.
index 1580c24b7a47aa9315b4bd92d7de0c42ed6ffef5..1194ba7d42e1d3a1ffa3666bcb12da1477f1b588 100755 (executable)
--- a/provision
+++ b/provision
@@ -7,7 +7,7 @@ else
     command_name="brew"
   else
     if command -v apt &>  /dev/null; then
     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
     else
       echo "Error: No valid package manager. Make sure brew or apt are available."
       exit 1