Skip to content

buddhamagnet/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

408 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git clone https://github.com/buddhamagnet/dotfiles ~/Code/dotfiles
cd ~/Code/dotfiles
cargo run --release

Add –dry-run to preview what would be linked without touching anything:

cargo run --release -- --dry-run

dotfiles-install (src/main.rs) symlinks the files in this repo into $HOME (e.g. zshrc -> ~/.zshrc). If a target already exists and differs, you’ll be prompted to overwrite (y/n/a/q, same as the old rake task); anything overwritten is moved to ~/.dotfiles-backup/ first, not deleted.

zshrc is customised for oh-my-zsh; gitconfig, tmux.conf, gdbinit, ghci, and a Leiningen profile are all included and kept in sync with what actually runs day to day.

About

highly portable unix environment

Resources

License

Stars

5 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Emacs Lisp 87.4%
  • Shell 7.1%
  • Rust 5.4%
  • Clojure 0.1%