aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.txt
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
new file mode 100644
index 0000000..34cf0e8
--- /dev/null
+++ b/INSTALL.txt
@@ -0,0 +1,31 @@
+macOS (homebrew)
+
+```
+$ brew install \
+ alacritty \
+ bash \
+ bat \
+ cmake \
+ curl \
+ emacs \
+ fd \
+ gcc \
+ git \
+ jq \
+ pandoc \
+ python \
+ ripgrep \
+ ruby \
+ tmux \
+ tokei \
+ tree \
+ vim \
+ zsh \
+ ;
+
+$ brew install --cask \
+ alacritty \
+ emacs \
+ keepassxc \
+ ;
+```