summaryrefslogtreecommitdiffstats
path: root/.local/share
diff options
context:
space:
mode:
Diffstat (limited to '.local/share')
-rw-r--r--.local/share/dotfiles/packages/README.md45
-rw-r--r--.local/share/dotfiles/packages/base.txt43
2 files changed, 88 insertions, 0 deletions
diff --git a/.local/share/dotfiles/packages/README.md b/.local/share/dotfiles/packages/README.md
new file mode 100644
index 0000000..7a26aae
--- /dev/null
+++ b/.local/share/dotfiles/packages/README.md
@@ -0,0 +1,45 @@
+# packages
+
+## base.txt
+
+- `foot` (terminal emulator)
+- `tmux` (terminal multiplexer)
+- `bash` (shell)
+- `bash-completion` (collection of bash completions)
+- `fzf` (fuzzy finder)
+- `fd` (fast file finder (fzf-lua files provider))
+- `tig` (Git terminal interface)
+- `ripgrep` (fast grep (fzf-lua live_grep provider))
+- `ranger` (file explorer)
+- `glib2` (GIO library (used to trash in ranger))
+- `bat` (syntax highlighter)
+- `texinfo` (GNU info documentation reader)
+- `python-pipx` (Python apps environment)
+- `wl-clipboard` (Wayland clipboard)
+- `jq` (JSON processor)
+- `pass` (password manager)
+- `firefox` (web browser)
+- `browserpass` (pass native host for browsers)
+- `browserpass-firefox` (firefox extension for browserpass)
+- `yay` (AUR helper (for pass-secret-service-bin))
+- `shfmt` (shell program formatter)
+- `stylua` (Lua formatter)
+- `tree-sitter-cli` (used by nvim (increment parsing))
+- `base-devel` `cmake` `ninja` `git` (nvim build dependencies)
+- `tk` (gitk and git gui)
+- language servers (used by `nvim)`
+ - `bash-language-server`
+ - `lua-language-server`
+ - `marksman`
+- tools for archives
+ - `atool`
+ - `bzip2`
+ - `cpio`
+ - `gzip`
+ - `lhasa`
+ - `xz`
+ - `lzop` `7zip`
+ - `tar`
+ - `unrar`
+ - `zip`
+ - `unzip`
diff --git a/.local/share/dotfiles/packages/base.txt b/.local/share/dotfiles/packages/base.txt
new file mode 100644
index 0000000..82f29be
--- /dev/null
+++ b/.local/share/dotfiles/packages/base.txt
@@ -0,0 +1,43 @@
+7zip
+atool
+base-devel
+bash
+bash-completion
+bash-language-server
+bat
+browserpass
+browserpass-firefox
+bzip2
+cmake
+cpio
+fd
+firefox
+foot
+fzf
+git
+glib2
+gzip
+jq
+lhasa
+lua-language-server
+lzop
+marksman
+ninja
+pass
+python-pipx
+ranger
+ripgrep
+shfmt
+stylua
+tar
+texinfo
+tig
+tk
+tmux
+tree-sitter-cli
+unrar
+unzip
+wl-clipboard
+xz
+yay
+zip