summaryrefslogtreecommitdiff
path: root/utils/installer/install.sh
AgeCommit message (Collapse)Author
2021-07-08updateChris
2021-07-08updateChris
2021-07-08test with compileChris
2021-07-08testChris
2021-07-08testChris
2021-07-08typoChris
2021-07-08updateChris
2021-07-08try thisChris
2021-07-08updateChris
2021-07-08separate compileChris
2021-07-08add compileChris
2021-07-08testing blocking installChris
2021-07-07test install0.4.5christianchiarulli
2021-07-07udpatechristianchiarulli
2021-07-07update installchristianchiarulli
2021-07-07fix installchristianchiarulli
2021-07-06remove thatchristianchiarulli
2021-07-06try thischristianchiarulli
2021-07-06update scriptchristianchiarulli
2021-07-03fix(typo): nvcode -> LunarVim (#629)J.B.C
2021-07-02remove lv config so that user settings actually mean somethingChris
2021-06-18Modifying installer.sh (and README.md) to be suited for Gentoo (#495)yibaba
* Modifying installer.sh to be suited for Gentoo * Change README.md to be more helpful for Gentoo instalations
2021-05-12fix pip install on Arch Linux (#390)Micael Viana
2021-05-09Fix packer and nvim already installed check (#382)Simon Fontana Oscarsson
It was not possible to install LunarVim if these programs were already installed. The check is syntactically incorrect and will always return non-0 status, and the installer always continued with installing packer and nvim. This failed with an error: "fatal: destination path 'REDACTED/packer.nvim' already exists and is not an empty directory." Correct the syntax error by checking if the file exists.
2021-05-09Use os-release file to check Ubuntu distro (#381)Simon Fontana Oscarsson
Previous check uname -a does not work if user has changed kernel. Use os-release for true operating system identification.
2021-04-27Add compatibility with Artix Linux (Arch derivative) (#306)yibaba
2021-04-15Update install to support Fedora (#259)André Sá
2021-04-15LunarVimchristianchiarulli
2021-04-04minor-installer-fix: remove install argument from pacman (#231)Walkability
2021-03-26added install tree-sitter-cli (#161)Iván Giovanazzi
2021-03-25remove autoinstall for nowChris
2021-03-25add support LspInstall where possibleChris
2021-03-23update install scriptChris