Skip to content

toke/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Dotfiles

These are (part of) my dotfiles. I'm migrating to the new repository as I touch them. I currently use GNU Stow to manage my symlinks, but this is optional.

More used tools: MySetup

Structure

Each application has it's own directory. These containing all relevant files. If a application needs special handling I try to describe this in this README.md. You can See an example in the Vim Config.

This repository has some (git submodules).

Symlink

To "install" bash dotfiles just run stow bash in this directory. Be aware that stow by default symlinks to the parent directory so when ths checkout lives in $HOME/.dotfiles and you are in it and run stow there the symlinks are created within $HOME.

Configurations

Editorconfig (editorconfig)

EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.

Vim (Neovim) Config (vim)

I use Plug to manage vim plugins. To reflect changes or initial use your Vim plugins run vim +PluginInstall. Thats it.