diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 5374e8c..083246b 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -97,3 +97,4 @@ source $ZSH/oh-my-zsh.sh # Example aliases # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" +alias ls="lsd" diff --git a/setup.sh b/setup.sh index fd6dadb..479b1a7 100644 --- a/setup.sh +++ b/setup.sh @@ -13,14 +13,17 @@ WAYLAND_ENABLE="/usr/local/bin/wayland_enablement.sh" # Install software from repo sudo apt install \ + acpi \ + acpi-support \ build-essential \ cargo \ cheese \ cmake \ + cpufreqd \ cpufrequtils \ curl \ elinks \ - exa \ + file-roller \ firefox-esr \ geany \ geany-plugins \ @@ -52,6 +55,7 @@ sudo apt install \ pandoc \ pass \ pavucontrol \ + pcmanfm \ poppler-utils \ python3-pip \ python3-tldextract \ @@ -214,6 +218,10 @@ sudo cp *tf /usr/local/share/fonts cd .. rm -rf fonts +#lsd +wget https://github.com/Peltoche/lsd/releases/download/0.19.0/lsd-musl_0.19.0_amd64.deb +sudo dpkg -i lsd-musl_0.19.0_amd64.deb + # Appimage wget https://github.com/TheAssassin/AppImageLauncher/releases/download/v2.2.0/appimagelauncher_2.2.0-travis995.0f91801.bionic_amd64.deb sudo dpkg -i appimagelauncher_2.2.0-travis995.0f91801.bionic_amd64.deb