feat: complete for now
This commit is contained in:
parent
258073fb21
commit
c64eac94a8
|
@ -1,14 +1,26 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
## Create workspace
|
||||||
cd ~
|
cd ~
|
||||||
mkdir -p workspace
|
mkdir -p workspace
|
||||||
cd workspace
|
cd workspace
|
||||||
|
|
||||||
|
## Install lf
|
||||||
wget https://github.com/gokcehan/lf/releases/download/r28/lf-linux-amd64.tar.gz -O lf.tar.gz
|
wget https://github.com/gokcehan/lf/releases/download/r28/lf-linux-amd64.tar.gz -O lf.tar.gz
|
||||||
tar -xzf lf.tar.gz
|
tar -xzf lf.tar.gz
|
||||||
sudo mv lf /usr/bin/_lf
|
sudo mv lf /usr/bin/_lf
|
||||||
|
rm lf.tar.gz
|
||||||
|
|
||||||
mkdir -p ~/.config/lf
|
mkdir -p ~/.config/lf
|
||||||
cd ~/.config/lf
|
cd ~/.config/lf
|
||||||
wget https://git.nunosempere.com/open.source/server-init/raw/branch/master/lfrc -O lfrc
|
wget https://git.nunosempere.com/open.source/server-init/raw/branch/master/lfrc -O lfrc
|
||||||
|
|
||||||
cd ~
|
cd ~
|
||||||
touch .bashrc
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user