Compare commits
No commits in common. "b64c3918eac318237ad49f13a5c97531580759c8" and "fffa61ef366d786721dc97280b0c1965f18979e2" have entirely different histories.
b64c3918ea
...
fffa61ef36
|
@ -15,6 +15,4 @@ export _hugo_theme_git_url=https://github.com/dirkolbrich/hugo-theme-tailwindcss
|
|||
export _hugo_theme_name=hugo-theme-tailwindcss-starter
|
||||
export _hugo_site_name=hugo-site-tailwindcss-starter
|
||||
|
||||
export _lf_version='r13'
|
||||
|
||||
export _config_loaded=1
|
||||
|
|
|
@ -13,7 +13,7 @@ if ! command -v yarn ; then
|
|||
fi
|
||||
|
||||
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 fzf
|
||||
apt-get -y install ninja-build gettext libtool libtool-bin autoconf automake cmake g++ pkg-config unzip python-pip python3-pip golang
|
||||
cd /tmp
|
||||
git clone https://github.com/neovim/neovim
|
||||
cd neovim
|
||||
|
|
Reference in New Issue