my dotfiles
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 f5d1901de7 oh yeah i should maybe setup rust in nvim 1 month ago
.config some tweaks 8 months ago
Vundle.vim@0765c5c4f4 I guess I should setup zsh huh 3 months ago
desktop kitty desktop and some gitui stuff 12 months ago
gitui adding vim-like keybindings to gitui 1 year ago
k9s k9s skin tweaks 1 year ago
kitty was tweaking vim 9 but why 3 months ago
nix maybe i'm using nix profiles now 3 months ago
nvim oh yeah i should maybe setup rust in nvim 1 month ago
nvim_old removing old nvim 3 months ago
prefs cleaning up 2 months ago
private@ce4bb5d974 what did i just do 8 months ago
rofi configuring rofi, turning off line numbers 12 months ago
scripts winmode concept hmm 2 years ago
vim was tweaking vim 9 but why 3 months ago
wezterm use kanagawa colors in terminal 1 month ago
windows this is getting good 2 years ago
.bash_profile setting up a new mac laptop 3 months ago
.bashrc setting up a new mac laptop 3 months ago
.gitconfig maybe wezterm 2 months ago
.gitignore use Jellybeans in Kitty 12 months ago
.gitignore_global ignore OS temp files and compiled files 9 years ago
.gitmodules adding some non-shared stuff as a submodule 8 months ago
.screenrc adding screenrc 11 years ago
.tmux.conf dunno what these tmux settings are but ok 2 years ago
.zlogin I guess I should setup zsh huh 3 months ago
.zprofile I guess I should setup zsh huh 3 months ago
.zshenv I guess I should setup zsh huh 3 months ago
.zshrc oh yeah i should maybe setup rust in nvim 1 month ago
README.md adding in a nix conf so i can use profiles 3 months ago
cargo-config.toml nvim windows kinda works now yay 2 years ago
code-settings.json remove old zig thing 2 years ago
config.ini telescope git files with fallback to local files 2 months ago
install better config format 2 years ago
vimrc was tweaking vim 9 but why 3 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