Skip to content

pedrocunha/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This repository contains all the custom configuration files for the software that I use for development (including zsh) and some added binaries. This was originally a fork from holman/dotfiles but decided to steal some of its ideas and simplify the setup as I am not a big fan of having lots of folders and files, as I prefer to have an holistic view of everything. Also, the more complexity added will just make the shell load even slower.

Symlinks

It is common to override/add functionality through files, like rgignore or vimrc etc.. this repository provides with the ability to create version controlled files and symlink them from $HOME/<file>. Files (or even folders) must be created under this project's symlinks folder and have .symlink suffix. To setup all symlinks run ./setup/symlinks on the root of this project.

Environment

All files within zsh folder control the system this include paths, completion, etc..

Binaries

Anything within bin folder is executable from anywhere. Make sure to run dot to ensure the latest version of utils.

About

Originally a fork, now a much simpler dotfiles repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.5%
  • Ruby 0.5%