Public » Miscellaneous » Dotfiles Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in tip and @

fix the link path for factor-boot-rc

Changeset cb5b06be127e

Parent 42ac3fc0576a

by Profile picture of Benjamin PollackBenjamin Pollack

Changes to one file · Browse files at cb5b06be127e Showing diff from parent 42ac3fc0576a Diff from another changeset...

Change 1 of 1 Show Entire File install.sh Stacked
 
25
26
27
28
 
29
30
31
 
25
26
27
 
28
29
30
31
@@ -25,7 +25,7 @@
 ensure_link "src/dotfiles/tmux.conf" ".tmux.conf"  ensure_link "src/dotfiles/vim" ".vim"  ensure_link "src/dotfiles/vimrc" ".vimrc" -ensure_link "src/factor-boot-rc" ".factor-boot-rc" +ensure_link "src/dotfiles/factor-boot-rc" ".factor-boot-rc"    ensure_dir ".emacs-backups"  ensure_dir ".pip/wheels"