Update the packages list
This commit is contained in:
parent
abd82ed0d3
commit
c2625e2344
1 changed files with 20 additions and 5 deletions
25
README.md
25
README.md
|
@ -5,15 +5,30 @@ This is just a bunch of dotfiles.
|
||||||
|
|
||||||
## ArchLinux packages
|
## ArchLinux packages
|
||||||
|
|
||||||
```
|
``` sh
|
||||||
pacman -S tmux zsh htop neovim kitty-terminfo
|
# Base utils
|
||||||
pacman -S nmap sqlmap youtube-dl
|
pacman -S htop kitty-terminfo neovim openssh tmux transmission-cli tree wget whois zsh
|
||||||
pacman -S xdg-user-dirs shared-mime-info
|
pacman -S shared-mime-info xdg-user-dirs
|
||||||
|
# Rust
|
||||||
|
pacman -S cargo-audit cargo-outdated cargo-release rustup
|
||||||
|
# CLI software
|
||||||
|
pacman -S bind exiv2 imagemagick nmap rsync sqlmap youtube-dl
|
||||||
|
# WM
|
||||||
|
pacman -S i3status
|
||||||
|
pacman -S i3lock scrot
|
||||||
|
pacman -S grim
|
||||||
|
# Graphical software
|
||||||
|
pacman -S firefox gimp handbrake kitty pcmanfm rhythmbox ristretto thunderbird vlc zathura
|
||||||
|
# Fonts
|
||||||
|
pacman -S noto-fonts noto-fonts-emoji ttf-dejavu ttf-inconsolata ttf-liberation
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
``` sh
|
||||||
|
# Base utils
|
||||||
yay -S liquidprompt
|
yay -S liquidprompt
|
||||||
|
# Printer
|
||||||
yay -S brother-dcp1610w brscan-skey brscan4
|
yay -S brother-dcp1610w brscan-skey brscan4
|
||||||
|
# Graphical software
|
||||||
yay -S cardpeek
|
yay -S cardpeek
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue