chore: add package list wip
parent
881da2bfa2
commit
9c0b8d6f06
|
@ -16,4 +16,4 @@ gh repo list --limit 100 |awk '{print $1}' | xargs -L1 gh repo clone
|
|||
# cloning repos in my stack, credit to @Epictek for the oneliner. html-xml-utils isnt maintained on fedora so we use a docker container. This is slower but should ensure it works on any distribution
|
||||
|
||||
# TODO fix so it loops through all pages, as it just grabs the first currently
|
||||
curl -s https://github.com/stars/CrimsonTome/lists/my-stack | docker run -i jezzay/html-xml-utils hxnormalize -x |docker run -i jezzay/html-xml-utils hxselect -c '#user-list-repositories > div > div > h3' | sed -n 's/.*href="\([^"]*\).*/\1/p' | awk '{print "https://github.com"$0}'|xargs -L1 git clone
|
||||
# curl -s https://github.com/stars/CrimsonTome/lists/my-stack | docker run -i jezzay/html-xml-utils hxnormalize -x |docker run -i jezzay/html-xml-utils hxselect -c '#user-list-repositories > div > div > h3' | sed -n 's/.*href="\([^"]*\).*/\1/p' | awk '{print "https://github.com"$0}'|xargs -L1 git clone
|
||||
|
|
|
@ -0,0 +1,55 @@
|
|||
firefox
|
||||
konsole
|
||||
authy
|
||||
discord
|
||||
fleet
|
||||
gimp
|
||||
gparted
|
||||
keepassxc
|
||||
kdenline
|
||||
kile
|
||||
krita
|
||||
libreoffice
|
||||
mpv
|
||||
obs-studio
|
||||
opencomic
|
||||
plex
|
||||
qbittorrent
|
||||
remmina
|
||||
rustdesk
|
||||
spotify
|
||||
steam
|
||||
thunderbird
|
||||
timeshift
|
||||
vscode
|
||||
htop
|
||||
btop
|
||||
git
|
||||
vim
|
||||
appimagelauncher
|
||||
bat
|
||||
docker
|
||||
docker-compose
|
||||
dotnet-sdk-6.0
|
||||
exa
|
||||
fdupes
|
||||
gcc
|
||||
gh
|
||||
gnome-boxes
|
||||
gum
|
||||
lolcat
|
||||
lshw
|
||||
neofetch
|
||||
nginx
|
||||
nmap
|
||||
npm
|
||||
node
|
||||
nushell
|
||||
pandoc
|
||||
plex-media-player
|
||||
screen
|
||||
tealdeer
|
||||
terraform
|
||||
ufw
|
||||
wireshark
|
||||
yt-dlp
|
|
@ -0,0 +1,26 @@
|
|||
appimagelauncher
|
||||
bat
|
||||
docker-compose
|
||||
dotnet-sdk-6.0
|
||||
exa
|
||||
fdupes
|
||||
gcc
|
||||
gh
|
||||
gnome-boxes
|
||||
gum
|
||||
lolcat
|
||||
lshw
|
||||
neofetch
|
||||
nginx
|
||||
nmap
|
||||
npm
|
||||
node
|
||||
nushell
|
||||
pandoc
|
||||
plex-media-player
|
||||
screen
|
||||
tealdeer
|
||||
terraform
|
||||
ufw
|
||||
wireshark
|
||||
yt-dlp
|
Loading…
Reference in New Issue