about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2020-07-22 14:32:01 -0500
committerStarfall <us@starfall.systems>2020-07-22 14:37:04 -0500
commitcf857241e1ad7029c75fb3b4e40acb346d9bdb22 (patch)
treef777b93d2c655c23b07f4a23115a66c686effd9b /README.md
parent30c9f1d24891ccf1f6da8c0d491b5ff9deeecfd1 (diff)
zsh: fix history and allow case-insensitive glob
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0532d2d..f4d4f45 100644
--- a/README.md
+++ b/README.md
@@ -24,9 +24,11 @@ config config --local status.showUntrackedFiles no
 ## Other new machine setup
 
 ### installed packages
+* base-devel
+* fzf
+* pass
 * vim
 * zsh (remember to `chsh -s $(which zsh)`)
-* fzf
 
 ### sshd config
 ```bash
@@ -59,4 +61,4 @@ Default mirrors were really slow for me. `sudo pacman-mirrors --fasttrack && sud
 `git clone https://github.com/jackhumbert/pinebook-pro-keyboard-updater` and follow the instructions. Have an external keyboard handy after step 1.
 
 ### Configure ZRAM
-
+Manjaro 20.06 appears to come with a /dev/zram0 preconfigured.