Compare commits

...

2 Commits

Author SHA1 Message Date
Ray Elliott b64c3918ea add lf version 2020-03-23 21:28:34 +00:00
Ray Elliott 9cb855007b install fzf 2020-03-23 21:19:02 +00:00
2 changed files with 3 additions and 1 deletions

View File

@ -15,4 +15,6 @@ export _hugo_theme_git_url=https://github.com/dirkolbrich/hugo-theme-tailwindcss
export _hugo_theme_name=hugo-theme-tailwindcss-starter export _hugo_theme_name=hugo-theme-tailwindcss-starter
export _hugo_site_name=hugo-site-tailwindcss-starter export _hugo_site_name=hugo-site-tailwindcss-starter
export _lf_version='r13'
export _config_loaded=1 export _config_loaded=1

View File

@ -13,7 +13,7 @@ if ! command -v yarn ; then
fi fi
if command -v apt-get ; then if command -v apt-get ; then
apt-get -y install ninja-build gettext libtool libtool-bin autoconf automake cmake g++ pkg-config unzip python-pip python3-pip golang apt-get -y install ninja-build gettext libtool libtool-bin autoconf automake cmake g++ pkg-config unzip python-pip python3-pip golang fzf
cd /tmp cd /tmp
git clone https://github.com/neovim/neovim git clone https://github.com/neovim/neovim
cd neovim cd neovim