Skip to content

AndyLi-26/dot_files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dot_files

nvim, tmux and initrc file

install neovim and lua using on linux

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt-get update
sudo apt-get install neovim

sudo apt-get install lua5.3

or

brew install neovim

Install Packer from https://github.com/wbthomason/packer.nvim

git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

copy .zshrc with care, only alias are useful mainly

mv dot_files/.zshrc ~/
mkdir .config
cp -r dot_files/nvim ~/.config

About

nvim, tmux and initrc file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published