This commit is contained in:
Liz Cray 2024-12-13 18:32:31 -05:00
parent e2d3fc61b3
commit e6e97dd9e5
3 changed files with 93 additions and 95 deletions

View File

@ -1,101 +1,69 @@
yt-dlp airspy
neofetch aisleriot
curl
wget
build-essential
htop
tmux
screen
cmake
x11-apps
x11-utils
nautilus
apt-xapian-index apt-xapian-index
synaptic arduino
pyenv
avahi-daemon
avahi-autoipd
avahi-discover
avahi-utils
avahi-ui-utils
gawk
patch
bzip2
tar
make
git
meson
pkg-config
python3-all
gettext
texinfo
bison
flex
sed
diffutils
ninja-build
pdfgrep
autoconf autoconf
automake automake
yasm avahi-autoipd
gtkterm avahi-daemon
gnome-terminal avahi-discover
arduino avahi-ui-utils
avahi-utils
avrdude avrdude
mplayer bison
rclone bleachbit
build-essential
bzip2
cmake
cowsay
cubicsdr
curl
cutesdr
diffutils
dos2unix dos2unix
plzip dvb-apps
exiftool exiftool
ffmpeg
firefox-esr
flex
fortune
gawk
gettext
gimp gimp
gimp-data-extras gimp-data-extras
git
gnome-terminal
gnss-sdr
gnuplot
gnuplot-doc
gnuplot-x11
gnuradio gnuradio
hackrf
rtl-sdr
gnuradio-doc gnuradio-doc
hacktv gpredict
cubicsdr
gqrx-sdr gqrx-sdr
gr-osmosdr
soapysdr-tools
welle.io
soapysdr-module-rtlsdr
soapysdr-module-remote
soapysdr-module-osmosdr
soapysdr-module-hackrf
quisk
osmo-sdr
inspectrum
cutesdr
airspy
wireshark
horst
ostinato
packeth
pcapfix
tcpextract
wireshark-doc
wireshark-gtk
gr-gsm gr-gsm
gr-osmosdr
gr-radar gr-radar
gr-radar-doc gr-radar-doc
gr-satellites gr-satellites
dvb-apps gtkterm
gnss-sdr hackrf
gpredict hacktv
hamradio-satellite hamradio-satellite
imview horst
previsat htop
stellarium
tvtime
ffmpeg
imagemagick imagemagick
vlc imview
vlc-plugin-access-extra inspectrum
x264 kpat
bleachbit
firefox-esr
linuxlogo linuxlogo
lolcat
make
meson
mplayer
nautilus
neofetch
ninja-build
octave octave
octave-arduino octave-arduino
octave-audio octave-audio
@ -118,22 +86,50 @@ octave-statistics
octave-strings octave-strings
octave-symbolic octave-symbolic
octave-zenity octave-zenity
udav osmo-sdr
tcptrace ostinato
gnuplot packeth
gnuplot-doc patch
gnuplot-x11 pcapfix
pdfgrep
pkg-config
plzip
previsat
python3-all
quisk
rclone
rtl-sdr
screen
sed
sl sl
lolcat soapysdr-module-hackrf
fortune soapysdr-module-osmosdr
cowsay soapysdr-module-remote
xcowsay soapysdr-module-rtlsdr
tty-solitaire soapysdr-tools
xsol stellarium
kpat
aisleriot
supertux supertux
supertuxkart supertuxkart
synaptic
tar
tcptrace
teeworlds teeworlds
texinfo
tmux
tty-solitaire
tvtime
udav
vlc
vlc-plugin-access-extra
welle.io
wget
wireshark
wireshark-doc
wireshark-gtk
x11-apps
x11-utils
x264
xcowsay
xsol
yasm
yt-dlp

View File

@ -20,6 +20,7 @@ ${HDOS_ROOT}/scripts/ohmyzsh
sudo -u hacdc ${HDOS_ROOT}/scripts/ohmyzsh sudo -u hacdc ${HDOS_ROOT}/scripts/ohmyzsh
sudo -u hacdc ${HDOS_ROOT}/scripts/nvm sudo -u hacdc ${HDOS_ROOT}/scripts/nvm
sudo -u hacdc ${HDOS_ROOT}/scripts/pyenv
cp ${HDOS_ROOT}/dotfiles/zshrc /root/.zshrc cp ${HDOS_ROOT}/dotfiles/zshrc /root/.zshrc
cp ${HDOS_ROOT}/dotfiles/zshrc /home/hacdc/.zshrc cp ${HDOS_ROOT}/dotfiles/zshrc /home/hacdc/.zshrc

1
scripts/pyenv Normal file
View File

@ -0,0 +1 @@
curl https://pyenv.run | bash