feat: add gcloud and terragrunt run-all init aliases
fix(zsh): remove duplicated autosuggest colour env var
feat: change alacritty themes and tmux highlighting
Note: This repo has been moved to sourcehut.
$HOME Sweet $HOME -- My dotfiles.
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
Some of the configs expect a certain directory structure.
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
The dotfiles will expect certain utility tools to be installed.
Various Emacs modes expect certain tools to be installed.
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.