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

factor: add factor-boot-rc to install

Changeset af2717cfee3c

Parent da0ea5af5d32

by Profile picture of Benjamin PollackBenjamin Pollack

Changes to 2 files · Browse files at af2717cfee3c Showing diff from parent da0ea5af5d32 Diff from another changeset...

Change 1 of 1 Show Entire File factor-boot-rc Stacked
 
 
 
 
1
2
@@ -0,0 +1,2 @@
+USING: editors.macvim namespaces tools.scaffold ; +"Benjamin Pollack" developer-name set
Change 1 of 1 Show Entire File install.sh Stacked
 
24
25
26
 
27
28
29
 
24
25
26
27
28
29
30
@@ -24,6 +24,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_dir ".emacs-backups"  ensure_dir ".pip/wheels"