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
neofetch
curl
wget
build-essential
htop
tmux
screen
cmake
x11-apps
x11-utils
nautilus
airspy
aisleriot
apt-xapian-index
synaptic
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
arduino
autoconf
automake
yasm
gtkterm
gnome-terminal
arduino
avahi-autoipd
avahi-daemon
avahi-discover
avahi-ui-utils
avahi-utils
avrdude
mplayer
rclone
bison
bleachbit
build-essential
bzip2
cmake
cowsay
cubicsdr
curl
cutesdr
diffutils
dos2unix
plzip
dvb-apps
exiftool
ffmpeg
firefox-esr
flex
fortune
gawk
gettext
gimp
gimp-data-extras
git
gnome-terminal
gnss-sdr
gnuplot
gnuplot-doc
gnuplot-x11
gnuradio
hackrf
rtl-sdr
gnuradio-doc
hacktv
cubicsdr
gpredict
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-osmosdr
gr-radar
gr-radar-doc
gr-satellites
dvb-apps
gnss-sdr
gpredict
gtkterm
hackrf
hacktv
hamradio-satellite
imview
previsat
stellarium
tvtime
ffmpeg
horst
htop
imagemagick
vlc
vlc-plugin-access-extra
x264
bleachbit
firefox-esr
imview
inspectrum
kpat
linuxlogo
lolcat
make
meson
mplayer
nautilus
neofetch
ninja-build
octave
octave-arduino
octave-audio
@ -118,22 +86,50 @@ octave-statistics
octave-strings
octave-symbolic
octave-zenity
udav
tcptrace
gnuplot
gnuplot-doc
gnuplot-x11
osmo-sdr
ostinato
packeth
patch
pcapfix
pdfgrep
pkg-config
plzip
previsat
python3-all
quisk
rclone
rtl-sdr
screen
sed
sl
lolcat
fortune
cowsay
xcowsay
tty-solitaire
xsol
kpat
aisleriot
soapysdr-module-hackrf
soapysdr-module-osmosdr
soapysdr-module-remote
soapysdr-module-rtlsdr
soapysdr-tools
stellarium
supertux
supertuxkart
synaptic
tar
tcptrace
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/nvm
sudo -u hacdc ${HDOS_ROOT}/scripts/pyenv
cp ${HDOS_ROOT}/dotfiles/zshrc /root/.zshrc
cp ${HDOS_ROOT}/dotfiles/zshrc /home/hacdc/.zshrc

1
scripts/pyenv Normal file
View File

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