jabawack81 / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

dot files managed via stow, for easy installation

  • install stow
  • sudo pacman -S stow
  • brew install stow
  • link the files by running stow . from inside the directory

Vimrc

to install all the plugin use: Vundle.vim by:

  • git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  • vim +PluginInstall +qall

Tmuxrc

  • git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
  • open tmux and prefix + I

Neovim

  • install neovim
  • open neovim and space then l for the lazyvim window then S to sync all the plugins

About


Languages

Language:Lua 60.2%Language:Shell 15.9%Language:Vim Script 14.8%Language:CSS 9.2%