mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add further packages
This commit is contained in:
parent
44bbe50a29
commit
a5f3b284d8
|
@ -9,9 +9,13 @@ pacman:
|
||||||
|
|
||||||
# CLI
|
# CLI
|
||||||
- exa # Modern ls replacement
|
- exa # Modern ls replacement
|
||||||
|
- ncdu # Show folder sizes in a neat CLI graphical way
|
||||||
- cron # Scheduling program
|
- cron # Scheduling program
|
||||||
- pkgfile # Pacman metadata explorer
|
- pkgfile # Pacman metadata explorer
|
||||||
- xsel # CLI tool for get/set contents of X11 clipboard (alternatively there's xclip)
|
- xsel # CLI tool for get/set contents of X11 clipboard (alternatively there's xclip)
|
||||||
|
- trash-cli # CLI tool to interract with trash (for example trash-put instead of rm will mv file to trash)
|
||||||
|
- youtube-dl # Tool for easy downloading of youtube videos
|
||||||
|
- ranger # Simple, vim-like file manager
|
||||||
# ZSH + Plugins
|
# ZSH + Plugins
|
||||||
- zsh # shell
|
- zsh # shell
|
||||||
- zsh-syntax-highlighting # colored zsh
|
- zsh-syntax-highlighting # colored zsh
|
||||||
|
@ -102,3 +106,4 @@ aur:
|
||||||
- onlyoffice-bin # Full office suite (MS Office alternative)
|
- onlyoffice-bin # Full office suite (MS Office alternative)
|
||||||
- visual-studio-code-bin # Official vVsual Studio Code text editor for programmers
|
- visual-studio-code-bin # Official vVsual Studio Code text editor for programmers
|
||||||
- exodus # Software cryptocurrency wallet
|
- exodus # Software cryptocurrency wallet
|
||||||
|
- notion-app # Online text manipulation tool with databases and very rich interface
|
||||||
|
|
Loading…
Reference in a new issue