Skip to content

numbahs/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux and MacOS

git clone --recurse-submodules https://github.com/numbahs/dotfiles.git ~/dotfiles
ln -s ~/dotfiles/zshrc ~/.zshrc
ln -s ~/dotfiles/gitconfig ~/.gitconfig
ln -s ~/dotfiles/gitignore ~/.gitignore
ln -s ~/dotfiles/zshenv ~/.zshenv

Install Neovim
Install Neovim Plug

ln -s ~/dotfiles/nvimrc ~/.config/nvim/init.vim
nvim
:PlugInstall (let it download)
:q

WINDOWS

git clone --recurse-submodules https://github.com/numbahs/dotfiles.git %userprofile%\dotfiles
mklink /H %userprofile%\dotfiles\nvimrc %userprofile%\AppData\Local\nvim\init.vim
mklink /H %userprofile%\dotfiles\gitconfig %userprofile%\.gitconfig

zsh & gitignore I have no idea where it goes on Windows.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published