mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
installPackages: dnf
This commit is contained in:
parent
aa8ea5ed09
commit
9edd6157e3
2 changed files with 0 additions and 25 deletions
37
installPackages.sh
Executable file
37
installPackages.sh
Executable file
|
|
@ -0,0 +1,37 @@
|
|||
sudo dnf install \
|
||||
fontawesome-fonts \
|
||||
terminus-fonts \
|
||||
unifont-fonts \
|
||||
i3 \
|
||||
picom \
|
||||
polybar \
|
||||
rofi \
|
||||
lxappearance \
|
||||
gparted \
|
||||
gimp \
|
||||
vlc \
|
||||
rxvt-unicode \
|
||||
cbonsai \
|
||||
cmatrix \
|
||||
NetworkManager-tui \
|
||||
arandr \
|
||||
light \
|
||||
btop \
|
||||
htop \
|
||||
ncdu \
|
||||
lynx \
|
||||
sen \
|
||||
vim \
|
||||
neovim \
|
||||
ripgrep \
|
||||
xclip \
|
||||
xdotool \
|
||||
xdpyinfo \
|
||||
git \
|
||||
zsh \
|
||||
mc \
|
||||
ranger \
|
||||
telegram-desktop \
|
||||
|
||||
mkdir ./zsh/plugins
|
||||
git clone git@github.com:zsh-users/zsh-autosuggestions.git ~/dotfiles/zsh/plugins/zsh-autosuggestions
|
||||
Loading…
Add table
Add a link
Reference in a new issue