Skip to content

malicd/dotfiles

Repository files navigation

dotfiles

Prerequisite

nodejs

Install nodejs for CoC:

curl -sL install-node.now.sh/lts | bash

or

curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs

vim

Clone latest vim, compile it and install locally in $HOME/bin:

./configure --with-python3-command=python3.6 \
            --with-python3-config-dir=/usr/lib64/python3.6/config-3.6m-x86_64-linux-gnu/ \
            --with-features=huge  \
            --enable-fail-if-missing \
            --enable-multibyte \
            --enable-largefile \
            --enable-python3interp \
            --prefix=$HOME
make -j
make install

zsh

Clone latest zsh, compile it and install locally in $HOME/bin:

./Util/preconfig
./configure --prefix=$HOME
make -j
make install

Either add [ -f $HOME/bin/zsh ] && exec $HOME/bin/zsh -l to .profile or start the session with ssh -t uname@hostname $HOME/bin/zsh.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published