diff options
author | humphreylin <[email protected]> | 2020-02-02 17:33:25 +0800 |
---|---|---|
committer | humphreylin <[email protected]> | 2020-02-02 17:33:25 +0800 |
commit | 5b2f6e73a633cc474a8b305d3cd32e5a472557ec (patch) | |
tree | dfbb406e1a10574518d993b8c73cc63abfa132d4 /install.sh | |
parent | 8cc55bca7578dd9acad1e106b9f26400ce761f95 (diff) | |
download | dotfiles-5b2f6e73a633cc474a8b305d3cd32e5a472557ec.tar.gz dotfiles-5b2f6e73a633cc474a8b305d3cd32e5a472557ec.tar.bz2 dotfiles-5b2f6e73a633cc474a8b305d3cd32e5a472557ec.zip |
Many modification ..
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -29,16 +29,18 @@ base_install() { autojump \ zsh \ gcc \ - make - fi + make \ + pkg-config autoconf automake \ + python3-docutils \ + libseccomp-dev \ + libjansson-dev \ + libyaml-dev \ + libxml2-dev + else if command -v pacman > /dev/null; then + pacman -S autojump + fi # Universal Ctags - apt install pkg-config autoconf automake \ - python3-docutils \ - libseccomp-dev \ - libjansson-dev \ - libyaml-dev \ - libxml2-dev git clone [email protected]:universal-ctags/ctags.git ( cd ctags |