mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-25 20:54:34 +00:00
Add further packages
This commit is contained in:
parent
44bbe50a29
commit
a5f3b284d8
|
@ -9,9 +9,13 @@ pacman:
|
|||
|
||||
# CLI
|
||||
- exa # Modern ls replacement
|
||||
- ncdu # Show folder sizes in a neat CLI graphical way
|
||||
- cron # Scheduling program
|
||||
- pkgfile # Pacman metadata explorer
|
||||
- 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 # shell
|
||||
- zsh-syntax-highlighting # colored zsh
|
||||
|
@ -102,3 +106,4 @@ aur:
|
|||
- onlyoffice-bin # Full office suite (MS Office alternative)
|
||||
- visual-studio-code-bin # Official vVsual Studio Code text editor for programmers
|
||||
- exodus # Software cryptocurrency wallet
|
||||
- notion-app # Online text manipulation tool with databases and very rich interface
|
||||
|
|
Loading…
Reference in a new issue