added package/repo list
parent
10f72dc685
commit
39bae293e6
|
@ -0,0 +1,26 @@
|
|||
ansible
|
||||
bat
|
||||
cbonsai
|
||||
cmatrix
|
||||
feh
|
||||
ffmpeg
|
||||
filezilla
|
||||
gcc
|
||||
gimp
|
||||
git
|
||||
grub-customizer
|
||||
htop
|
||||
imagemagick
|
||||
lolcat
|
||||
mpv
|
||||
neofetch
|
||||
nmap
|
||||
obs-studio
|
||||
openssh-server
|
||||
polybar
|
||||
retroarch
|
||||
rofi
|
||||
timeshift
|
||||
youtube-dl
|
||||
k3b
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
import os
|
||||
file= open("repos.txt", "r")
|
||||
lines = file.read().split("\n")
|
||||
for i in range(len(lines)):
|
||||
os.system("git clone "+lines[i])
|
|
@ -0,0 +1,27 @@
|
|||
git@github.com:andresgongora/synth-shell.git
|
||||
git@github.com:dylanaraps/pywal
|
||||
|
||||
git@github.com:nvm-sh/nvm.git
|
||||
git@github.com:CrimsonTome/crimsontome-blog.git
|
||||
git@github.com:deviantfero/wpgtk
|
||||
git@github.com:CrimsonTome/FreesideWeb
|
||||
git@github.com:andresgongora/synth-shell.git
|
||||
git@github.com:crimsontome/crimsontome.github.io
|
||||
git@github.com:jocolibrarymakerspace/DIY_startpage.git
|
||||
git@github.com:andresgongora/synth-shell.git
|
||||
git@github.com:pipeseroni/pipes.sh.git
|
||||
git@github.com:pipeseroni/pipes.sh.git
|
||||
git@github.com:CrimsonTome/StudentResources.git
|
||||
git@github.com:pystardust/ani-cli.git
|
||||
git@github.com:pipeseroni/pipes.sh.git
|
||||
git@github.com:jocolibrarymakerspace/DIY_startpage.git
|
||||
git@github.com:CrimsonTome/FreesideWeb
|
||||
git@github.com:rescatux/rescatux
|
||||
git@github.com:University-of-Hull-CST/441101-2122-lab-10-CrimsonTome
|
||||
git@github.com:University-of-Hull-CST/441101-2122-lab-7-CrimsonTome
|
||||
git@github.com:Raymo111/i3lock-color.git
|
||||
git@github.com:lunasorcery/pridecat.git
|
||||
git@github.com:flutter/flutter.git
|
||||
git@github.com:arcticicestudio/nord-konsole.git
|
||||
https://gitlab.com/jallbrit/cbonsai.git
|
||||
git@github.com:pipeseroni/pipes.sh.git
|
|
@ -0,0 +1,5 @@
|
|||
import os
|
||||
file= open("snaps.txt", "r")
|
||||
lines = file.read().split("\n")
|
||||
for i in range(len(lines)):
|
||||
os.system("snap install"+lines[i])
|
|
@ -0,0 +1,10 @@
|
|||
audacity
|
||||
btop
|
||||
codium
|
||||
discord
|
||||
firefox
|
||||
nxim
|
||||
retroarch
|
||||
spotify
|
||||
teams
|
||||
parsec
|
Loading…
Reference in New Issue