Skip to content

sotlucas/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sotlucas' dotfiles

sotlucas' dotfiles

Here I'll keep and update all my dotfiles :D

Installation

WARNING: This will remove your current dotfiles. Make sure to backup your files before installing!!

To install just clone the repo and run the install.sh script with the following commands

git clone https://github.com/sotlucas/dotfiles ~/.dotfiles
cd ~/.dotfiles
chmod +x install.sh
./install.sh

This will create a ~/.dotfiles directory where all the configurations will live.

Updating

To update the files and the plugins first go to the dotfiles directory and give permissions to the update.sh script:

cd ~/.dotfiles
chmod +x update.sh

Then just run

./update.sh

This will also install missing plugins.


Vim

Manual symlink (remember to backup your last vimrc)

ln -sf $HOME/.dotfiles/.vimrc $HOME

This vimrc uses vim-plug to manage plugins so, to install the plugins run :PlugInstall inside vim. If you don't have vim-plug installed the same command will automatically install it.

Vim Plugins (needs an update)

Here is a list of the plugins I have installed for Vim.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published