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

pharo: exist

Changeset abf5c10ed792

Parent 6b710d189e10

by Profile picture of Benjamin PollackBenjamin Pollack

Changes to 2 files · Browse files at abf5c10ed792 Showing diff from parent 6b710d189e10 Diff from another changeset...

Change 1 of 2 Show Entire File install.sh Stacked
 
11
12
13
 
14
15
16
 
19
20
21
 
22
23
24
 
11
12
13
14
15
16
17
 
20
21
22
23
24
25
26
@@ -11,6 +11,7 @@
 }    ensure_dir ".config" +ensure_dir ".local/bin"    ensure_link "src/dotfiles/ackrc" ".ackrc"  ensure_link "src/dotfiles/emacs.d" ".emacs.d" @@ -19,6 +20,7 @@
 ensure_link "src/dotfiles/gitignore" ".gitignore"  ensure_link "src/dotfiles/hgignore" ".hgignore"  ensure_link "src/dotfiles/hgrc" ".hgrc" +ensure_link "src/dotfiles/pharo" ".local/bin/pharo"  ensure_link "src/dotfiles/tmux.conf" ".tmux.conf"  ensure_link "src/dotfiles/vim" ".vim"  ensure_link "src/dotfiles/vimrc" ".vimrc"
Change 1 of 1 Show Entire File pharo Stacked
 
 
 
 
1
2
@@ -0,0 +1,2 @@
+#!/bin/bash +/Applications/Pharo.app/Contents/MacOS/pharo $@