1
0
Fork 0

update readme with new software

This commit is contained in:
Peter Domínguez 2025-05-25 00:12:48 -04:00
parent 5842024619
commit 053e3e015b

View file

@ -22,8 +22,8 @@ I use the [Dracula theme](https://draculatheme.com/), following their [color pal
* Notifications: [Dunst](https://dunst-project.org) * Notifications: [Dunst](https://dunst-project.org)
* Launcher: [Rofi-Wayland](https://github.com/lbonn/rofi) * Launcher: [Rofi-Wayland](https://github.com/lbonn/rofi)
* Menu Editor: [alacarte](https://gitlab.gnome.org/GNOME/alacarte) * Menu Editor: [alacarte](https://gitlab.gnome.org/GNOME/alacarte)
* File Manager: [nnn](https://github.com/jarun/nnn) * File Manager: [Yazi](https://github.com/sxyazi/yazi)
* Text Editor: [Vim](https://github.com/vim/vim) * Text Editor: [Neovim](https://github.com/neovim/neovim.github.io)
* PDF Reader: [Zathura](https://pwmt.org/projects/zathura) * PDF Reader: [Zathura](https://pwmt.org/projects/zathura)
* Screenshot Tool: [grim](https://git.sr.ht/~emersion/grim)+[slurp](https://github.com/emersion/slurp) * Screenshot Tool: [grim](https://git.sr.ht/~emersion/grim)+[slurp](https://github.com/emersion/slurp)
* Screen Recording: [OBS Studio](https://obsproject.com) * Screen Recording: [OBS Studio](https://obsproject.com)
@ -36,7 +36,7 @@ I use the [Dracula theme](https://draculatheme.com/), following their [color pal
* Video player: [mpv](https://github.com/mpv-player/mpv) * Video player: [mpv](https://github.com/mpv-player/mpv)
* System information tool: [Fastfetch](https://github.com/fastfetch-cli/fastfetch) * System information tool: [Fastfetch](https://github.com/fastfetch-cli/fastfetch)
* System monitor: [Btop](https://github.com/aristocratos/btop) * System monitor: [Btop](https://github.com/aristocratos/btop)
* Shell: [zsh](https://www.zsh.org/) * Shell: [zsh](https://www.zsh.org)
* Prompt: [starship](https://github.com/starship/starship) * Prompt: [starship](https://github.com/starship/starship)
## Browser theme ## Browser theme
@ -67,6 +67,18 @@ I use the [Dracula theme](https://draculatheme.com/), following their [color pal
* [vim-lastplace](https://github.com/farmergreg/vim-lastplace): Intelligently reopen files at your last edit position. * [vim-lastplace](https://github.com/farmergreg/vim-lastplace): Intelligently reopen files at your last edit position.
* [vim-auto-pairs](http://www.vim.org/scripts/script.php?script_id=3599): Insert or delete brackets, parens, quotes in pair. * [vim-auto-pairs](http://www.vim.org/scripts/script.php?script_id=3599): Insert or delete brackets, parens, quotes in pair.
## Neovim plugins
* [coq.artifacts](https://github.com/ms-jpq/coq.artifacts)
* [coq.thirdparty](https://github.com/ms-jpq/coq.thirdparty)
* [coq_nvim](https://github.com/ms-jpq/coq_nvim)
* [dracula.nvim](https://github.com/Mofiqul/dracula.nvim)
* [lazy](https://github.com/folke/lazy.nvim)
* [lualine](https://github.com/nvim-lualine/lualine.nvim)
* [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)
* [nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons)
* [nvim-lastplace](https://github.com/farmergreg/vim-lastplace)
## Other Misc. Tools ## Other Misc. Tools
* [hyprpaper](https://github.com/hyprwm/hyprpaper): A blazing fast wayland wallpaper utility with IPC controls. * [hyprpaper](https://github.com/hyprwm/hyprpaper): A blazing fast wayland wallpaper utility with IPC controls.