mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 20:04:59 +01:00
Setup arc icon themes properly
This commit is contained in:
parent
de0f025207
commit
a76c5a8b91
5
setup
5
setup
|
@ -10,10 +10,11 @@ then
|
|||
echo "Updating Ubuntu"
|
||||
sudo apt update && sudo apt upgrade
|
||||
echo "Installing tools/utils"
|
||||
sudo apt install ripgrep fd-find make stow tmux lxsession thunar power-profiles-daemon playerctl network-manager-gnome volumeicon-alsa picom autorandr arandr neofetch
|
||||
sudo apt install ripgrep fd-find make stow tmux lxsession thunar power-profiles-daemon playerctl network-manager-gnome volumeicon-alsa picom autorandr arandr neofetch autoconf
|
||||
echo "Installing arc-icon-theme"
|
||||
mkdir -p ~/git
|
||||
git clone https://github.com/horst3180/arc-icon-theme --depth 1 ~/git/arc-icon-theme && cd ~/git/arc-icon-theme
|
||||
git clone https://github.com/horst3180/arc-icon-theme --depth 1 ~/git/arc-icon-theme
|
||||
cd ~/git/arc-icon-theme
|
||||
./autogen.sh --prefix=/usr
|
||||
sudo make install
|
||||
|
||||
|
|
Loading…
Reference in a new issue