add sshkeygen, removed htop, add bpytop
This commit is contained in:
parent
5012d2e849
commit
d10e30beec
1 changed files with 7 additions and 3 deletions
10
post_install
10
post_install
|
|
@ -7,9 +7,8 @@
|
||||||
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||||
|
|
||||||
PACKAGE_LIST=(
|
PACKAGE_LIST=(
|
||||||
dialog
|
bpytop
|
||||||
git
|
git
|
||||||
htop
|
|
||||||
neofetch
|
neofetch
|
||||||
neovim
|
neovim
|
||||||
python3
|
python3
|
||||||
|
|
@ -52,6 +51,12 @@ for flatpak_name in ${FLATPAK_LIST[@]}; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
echo #######
|
||||||
|
echo # SSH #
|
||||||
|
echo #######
|
||||||
|
|
||||||
|
ssh-keygen -t ed25519 -C ${USER}@$(hostname --fqdn)
|
||||||
|
|
||||||
echo #####################
|
echo #####################
|
||||||
echo # Install Nerd Font #
|
echo # Install Nerd Font #
|
||||||
echo #####################
|
echo #####################
|
||||||
|
|
@ -127,4 +132,3 @@ sudo dnf install \
|
||||||
|
|
||||||
sudo dnf install \
|
sudo dnf install \
|
||||||
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue