This website requires JavaScript.
Explore
Help
Register
Sign In
shibao
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
fb3c67693c
dotfiles
/
home
/
default
/
scripts
/
package-list
7 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add sway config add bashrc ignore xauthority add autounlocking keepass desktop entry add fonts for waybar add alacritty config move scripts location and adjust bashrc use materia theme sway and lockscreen add list packages script add ranger desktop item add mpd config add indicator ring to swaylock remove mpd password add global asdf tool versions add mako config update keys add swaylock theme add suspend to lock config move ssh commands to aliases tweak mpd section in waybar add kanshi config for work update bashrc
2021-11-17 14:17:36 -05:00
#!/usr/bin/env bash
set -eou pipefail
update package list
2023-03-13 18:20:33 -04:00
echo $(pacman -Qqe) | \
add sway config add bashrc ignore xauthority add autounlocking keepass desktop entry add fonts for waybar add alacritty config move scripts location and adjust bashrc use materia theme sway and lockscreen add list packages script add ranger desktop item add mpd config add indicator ring to swaylock remove mpd password add global asdf tool versions add mako config update keys add swaylock theme add suspend to lock config move ssh commands to aliases tweak mpd section in waybar add kanshi config for work update bashrc
2021-11-17 14:17:36 -05:00
tr " " "\n" | \
sort
Reference in New Issue
Copy Permalink