summaryrefslogtreecommitdiffstats
path: root/src/install/tools.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/install/tools.md')
-rw-r--r--src/install/tools.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/install/tools.md b/src/install/tools.md
new file mode 100644
index 0000000..6f6c6b6
--- /dev/null
+++ b/src/install/tools.md
@@ -0,0 +1,39 @@
+# Tools
+
+Install dev tools
+
+```console
+pacman -S base-devel unzip
+```
+
+Install alternative core utils
+
+```console
+pacman -S ripgrep fd bat
+```
+
+Install shell and deps
+
+```console
+pacman -S zsh starship sheldon
+```
+
+Install tmux
+
+```console
+pacman -S tmux
+```
+
+Install [projectr] & [sshr]
+
+**Note**: I will eventuallyâ„¢ write a PKGBUILD for these (which will take care of
+deps).
+
+```console
+pacman -S fzf onefetch openssh
+cargo install --git http://git.sr.ht/~tobyvin/projectr
+cargo install --git http://git.sr.ht/~tobyvin/sshr
+```
+
+[projectr]: https://git.sr.ht/~tobyvin/projectr
+[sshr]: https://git.sr.ht/~tobyvin/sshr