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 c5875a6b66 I guess I should setup zsh huh 4 months ago
.config some tweaks 8 months ago
Vundle.vim@0765c5c4f4 I guess I should setup zsh huh 4 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 setting up a new mac laptop 4 months ago
nvim not sure what I was up to here 4 months ago
prefs skip cargo items if cargo is missing 12 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 move rustfmt on save into rust.vim 1 year ago
windows this is getting good 2 years ago
.bash_profile setting up a new mac laptop 4 months ago
.bashrc setting up a new mac laptop 4 months ago
.gitconfig setting up a new mac laptop 4 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 4 months ago
.zprofile I guess I should setup zsh huh 4 months ago
.zshenv I guess I should setup zsh huh 4 months ago
.zshrc I guess I should setup zsh huh 4 months ago
README.md organizing some stufffff 2 years 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 I guess I should setup zsh huh 4 months ago
install better config format 2 years ago
vimrc not sure what I was up to here 4 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.

sharing between WSL and Windows

If you want to use this repo to manage the preferences file of both a WSL instance and its Windows host, clone this repo on WSL and then symlink the directory into the home directory of the Windows host like so:

C:\Users\Name>mklink /D .dotfiles \\wsl$\instance\home\name\.dotfiles

You can then navigate into the Linux directory from Windows, either on the command line or in Explorer.exe. Using an administrator shell, run the install script from the Windows side. Windows requires admin privileges in order to make symbolic links, so you need an admin shell to register new links on Windows.