File management

main
Micke Nordin 3 years ago
parent 8e27ce721d
commit 790701efb1

@ -97,3 +97,4 @@ source $ZSH/oh-my-zsh.sh
# Example aliases # Example aliases
# alias zshconfig="mate ~/.zshrc" # alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh" # alias ohmyzsh="mate ~/.oh-my-zsh"
alias ls="lsd"

@ -13,14 +13,17 @@ WAYLAND_ENABLE="/usr/local/bin/wayland_enablement.sh"
# Install software from repo # Install software from repo
sudo apt install \ sudo apt install \
acpi \
acpi-support \
build-essential \ build-essential \
cargo \ cargo \
cheese \ cheese \
cmake \ cmake \
cpufreqd \
cpufrequtils \ cpufrequtils \
curl \ curl \
elinks \ elinks \
exa \ file-roller \
firefox-esr \ firefox-esr \
geany \ geany \
geany-plugins \ geany-plugins \
@ -52,6 +55,7 @@ sudo apt install \
pandoc \ pandoc \
pass \ pass \
pavucontrol \ pavucontrol \
pcmanfm \
poppler-utils \ poppler-utils \
python3-pip \ python3-pip \
python3-tldextract \ python3-tldextract \
@ -214,6 +218,10 @@ sudo cp *tf /usr/local/share/fonts
cd .. cd ..
rm -rf fonts 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 # Appimage
wget https://github.com/TheAssassin/AppImageLauncher/releases/download/v2.2.0/appimagelauncher_2.2.0-travis995.0f91801.bionic_amd64.deb 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 sudo dpkg -i appimagelauncher_2.2.0-travis995.0f91801.bionic_amd64.deb

Loading…
Cancel
Save