Skip to content

rosstimson/dotfiles

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.mg
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Ross Timson's Dotfiles

Note: This repo has been moved to sourcehut.

$HOME Sweet $HOME -- My dotfiles.

Install

There is a Makefile that will symlink the dotfiles along with any extra setup, read the Makefile for details and names of sub-tasks.

git clone git://github.com/rosstimson/dotfiles.git ~/code/dotfiles
cd ~/code/dotfiles
make

Directory Structure

Some of the configs expect a certain directory structure.

Music

mpd and ncmpcpp are configured for ~/Music/mpd, this was chosen because I rip CDs to various formats and didn't want duplicates to appear so the way I've gotten around this is by symlinking into the mpd directory.

Example:

/home/rosstimson/Music
├── flac
├── mpd
│   └── flac -> ../flac
└── opus

Expected Software

The dotfiles will expect certain utility tools to be installed.

Emacs

Various Emacs modes expect certain tools to be installed.

  • MultiMarkdown
  • mu

Test

There is a shell script in bin/test_dotfiles, the Makefile should use this script to test it has succeeded. It is also useful for showing which symlinks are missing if only some of the dotfiles have been linked manually or via a Make sub-task.

Useful Links