#!/bin/bash ## Create workspace cd ~ mkdir -p workspace cd workspace ## Install lf wget https://github.com/gokcehan/lf/releases/download/r28/lf-linux-amd64.tar.gz -O lf.tar.gz tar -xzf lf.tar.gz sudo mv lf /usr/bin/_lf rm lf.tar.gz mkdir -p ~/.config/lf cd ~/.config/lf wget https://git.nunosempere.com/open.source/server-init/raw/branch/master/lfrc -O lfrc cd ~ touch .bashrc wget https://git.nunosempere.com/open.source/server-init/raw/branch/master/lf-snippet.sh -O lf-snippet.sh cat lf-snippet.sh >> .bashrc rm lf-snippet.sh source .bashrc ## To do: ## - Install z