scripts polish
This commit is contained in:
parent
1faf698ab8
commit
0a3c5294c8
2 changed files with 19 additions and 7 deletions
|
@ -2,13 +2,16 @@
|
|||
|
||||
rm -rf lightdm/ kitty/ sway/ waybar/ helix/ dunst/ aliases packages
|
||||
|
||||
mkdir lightdm
|
||||
xbps-query -m | while IFS= read -r line; do
|
||||
echo "$line" | rev | cut -d'-' -f2- | rev
|
||||
done > packages
|
||||
|
||||
xbps-query -m > packages
|
||||
cp ~/.bash_aliases aliases
|
||||
mkdir lightdm
|
||||
cp /etc/lightdm/lightdm.conf lightdm
|
||||
cp /etc/lightdm/lightdm-mini-greeter.conf lightdm
|
||||
cp /etc/lightdm/bg.png lightdm
|
||||
|
||||
cp ~/.bash_aliases aliases
|
||||
cp -r ~/.config/kitty kitty
|
||||
cp -r ~/.config/sway sway
|
||||
cp -r ~/.config/waybar waybar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue