Change some applications
This commit is contained in:
parent
75f565a01e
commit
a3cfc2432b
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
echo 'Installing graphical applications...'
|
echo 'Installing graphical applications...'
|
||||||
sudo dnf install -y \
|
sudo dnf install -y \
|
||||||
guake firefox keepassxc nextcloud-client
|
kitty firefox keepassxc nextcloud-client
|
||||||
|
|
||||||
echo 'Installing extended graphical applications...'
|
echo 'Installing extended graphical applications...'
|
||||||
sudo dnf install -y \
|
sudo dnf install -y \
|
||||||
nautilus emacs gparted thunderbird filezilla telegram-desktop libreoffice \
|
nautilus emacs gparted thunderbird filezilla telegram-desktop libreoffice \
|
||||||
flameshot ibus-uniemoji xsel mpv xt7-player-mpv
|
flameshot ibus-uniemoji mpv mumble
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
|
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
|
||||||
~/.emacs.d/bin/doom install
|
~/.emacs.d/bin/doom install
|
||||||
|
|
Loading…
Reference in a new issue