Remove Telegram desktop and replace mlocate with plocate
This commit is contained in:
parent
81541a0486
commit
17dc3cb9a1
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ sudo dnf install -y \
|
||||||
|
|
||||||
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 gparted thunderbird filezilla libreoffice \
|
||||||
flameshot ibus-uniemoji mpv mumble
|
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
|
||||||
|
|
|
@ -16,7 +16,7 @@ sudo dnf config-manager --set-enabled fedora-cisco-openh264
|
||||||
|
|
||||||
echo 'Installing base packages...'
|
echo 'Installing base packages...'
|
||||||
sudo dnf install -y \
|
sudo dnf install -y \
|
||||||
git tar zsh ack mlocate usbutils sqlite neofetch which util-linux-user dialog neovim
|
git tar zsh ack plocate usbutils sqlite neofetch which util-linux-user dialog neovim
|
||||||
|
|
||||||
echo 'Installing fonts'
|
echo 'Installing fonts'
|
||||||
sudo dnf install -y \
|
sudo dnf install -y \
|
||||||
|
|
Loading…
Reference in a new issue