You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jordan Orelli a9c4046bc2 | 2 months ago | |
---|---|---|
.config | 10 months ago | |
Vundle.vim@0765c5c4f4 | 5 months ago | |
desktop | 1 year ago | |
gitui | 1 year ago | |
k9s | 1 year ago | |
kitty | 5 months ago | |
nix | 5 months ago | |
nvim | 2 months ago | |
nvim_old | 5 months ago | |
prefs | 4 months ago | |
private@ce4bb5d974 | 10 months ago | |
rofi | 1 year ago | |
scripts | 2 years ago | |
vim | 5 months ago | |
wezterm | 4 months ago | |
windows | 2 years ago | |
.bash_profile | 6 months ago | |
.bashrc | 6 months ago | |
.gitconfig | 4 months ago | |
.gitignore | 1 year ago | |
.gitignore_global | 9 years ago | |
.gitmodules | 10 months ago | |
.screenrc | 11 years ago | |
.tmux.conf | 2 years ago | |
.zlogin | 5 months ago | |
.zprofile | 5 months ago | |
.zshenv | 5 months ago | |
.zshrc | 3 months ago | |
README.md | 5 months ago | |
cargo-config.toml | 2 years ago | |
code-settings.json | 2 years ago | |
config.ini | 4 months ago | |
install | 2 years ago | |
vimrc | 5 months ago |
README.md
dotfiles
my preferences files
setup
The way this repo is setup is that the .dotfiles directory is expected to be
the authoritative storage of all of the preferences file on a given machine.
The install
script creates the necessary symlinks for these preference files
to be seen by the appropriate applications.
The mapping of files in the repo to their location on the machine is given in
config.ini
, and its installed by a python program defined in prefs
, which
uses only stdlib Python