theRemix / Dot-Linux

Linux Dotfiles

Repository from Github https://github.comtheRemix/Dot-LinuxRepository from Github https://github.comtheRemix/Dot-Linux

Dot-Linux

Linux Dotfiles

Setup

link configs (remove originals if needed)

ln -s ~/.dotfiles/fish ~/.config/fish
ln -s ~/.dotfiles/tmux.conf  ~/.tmux.conf
ln -s ~/.dotfiles/nvim/  ~/.config/nvim

install vim-plug

sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'

install plugins in nvim nvim -c :PlugInstall

About

Linux Dotfiles


Languages

Language:Shell 80.0%Language:Vim Script 12.3%Language:Lua 7.7%