15 lines
326 B
Bash
Executable File
15 lines
326 B
Bash
Executable File
#!bin/bash
|
|
|
|
# Install the packages that the dotfiles need to function properly
|
|
|
|
# Dev utils
|
|
yay -S neovim-git nvm
|
|
|
|
# Manjaro/i3 visuals with Yay
|
|
yay -S ttf-twemoji xotf-nerd-fonts-monacob-mono xidlehook sysstat i3blocks mpris-ctl flameshot perl rofi
|
|
|
|
|
|
# Manjaro/i3 audio with Yay
|
|
yay -S pulseaudio-equalizer-ladspa mpris-ctl
|
|
|