Skip to content

GeorgeHJ/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

My Dotfiles

Dependencies

To manage dotfiles easily, requires the following tools:

  • git
  • stow

Structure

This is the old structure:

.
β”œβ”€β”€ README.md
└── stow.d
    └── package

This is the new structure:

.
β”œβ”€β”€ README.md
└── package

The aim is to migrate to this simplified structure, when there is time to work through the inevitable disruption this will cause.

Scripts

Scripts can be added to the $PATH by placing them in package/.local/bin. This means that the little scripts for integrating a tool can live in the same place.

.
β”œβ”€β”€ README.md
└── stow.d
    └── package
     Β Β  β”œβ”€β”€ .config
     Β Β  β”‚Β Β  └── program_name
     Β Β  β”‚Β Β      └── config_file
     Β Β  └── .local
     Β Β      └── bin
     Β Β          └── script

We can extend this approach to script-only packages.

Important Packages

The following packages are important have have dedicated documentation:

About

Portable configs, feel free to fork

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published