Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 994 Bytes

README.md

File metadata and controls

55 lines (33 loc) · 994 Bytes

Dotfiles for vim, emacs, and others. Hack away like it's 1998!

Feel free to copy and paste, fork, clone, or anything you like.

to add dotfiles (get started with vim for example):

# make a backup of your original config(s) just in case
mv ~/.vimrc ~/.vimrc.back
mv ~/.vim ~/.vim.back

# clone the repo
git clone https://github.com/lbeckman314/dotfiles.git

cd dotfiles

# gnu stow method (use if you have stow installed)
stow -t $HOME vim

# traditional method
# ln -s `pwd`/vim/.vimrc ~/.vimrc
# ln -s `pwd`/vim/.vim ~/.vim

to remove dotfiles:

# restore backups
mv ~/.vimrc.back ~/.vimrc
mv ~/.vim.back ~/.vim

rm -rI dotfiles

screenshots (in xfce)

wallpaper: Mountainous View by Sven Scheuermeier

neovim + tmux neovim + tmux

emacs emacs

rofi rofi

blank blank