Skip to content

Personal configuration repository including vim and tmux setup.

Notifications You must be signed in to change notification settings

LanHikari22/lan-dotfiles

Repository files navigation

Logos-Screenie

lan-dotfiles

Personal repository for configuration files including vim and tmux.

Example Install (install.sh)

git clone https://github.com/LanHikari22/lan-dotfiles.git ~/src/lan-dotfiles
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
touch ~/.tmux/defaults.conf
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
     https://github.com/raw/junegunn/vim-plug/master/plug.vim
cd ~/src/lan-dotfiles
python3 push.py --only vimrc tmux.conf coc-settings.json
# inside vim: run :PlugInstall to install plugins
vim -E -c PlugInstall -c q -c q
# inside tmux: run Ctrl+A Shift+I to install plugins
~/.tmux/plugins/tpm/scripts/install_plugins.sh
# installing node.js for coc in vim
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs

About

Personal configuration repository including vim and tmux setup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published