aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2021-11-13 09:11:42 +0900
committernsfisis <nsfisis@gmail.com>2021-11-13 09:11:42 +0900
commitc322e4b23e4de47606345516f8566d0b696983f7 (patch)
tree6f87781a663235e0850d34ef42c1ea9798d2f1bc
parentf8b509c32ccdf00af1dc68ec94e00f1739cfb3ac (diff)
downloaddotfiles-c322e4b23e4de47606345516f8566d0b696983f7.tar.gz
dotfiles-c322e4b23e4de47606345516f8566d0b696983f7.tar.zst
dotfiles-c322e4b23e4de47606345516f8566d0b696983f7.zip
add 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 \
+ ;
+```