feat: complete for now

This commit is contained in:
NunoSempere 2023-02-12 13:47:55 +01:00
parent 258073fb21
commit c64eac94a8

View File

@ -1,14 +1,26 @@
#!/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
e
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
## To do:
## - Install z