Skip to content

Commit

Permalink
Updated linker and README
Browse files Browse the repository at this point in the history
  • Loading branch information
barrucadu committed Apr 12, 2012
1 parent aefb615 commit bb2c918
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
All things in the config/ and .data/ directories are licensed under the WTFPL version 2, or any later version at your choice. See the LICENSE-WTFPL file for more details.
All things in the config/ directory is licensed under the WTFPL version 2, or any later version at your choice. See the LICENSE-WTFPL file for more details.

All things in the bin/ and code/ directories are licensed under the GPL version 3, or any later version at your choice. See the LICENSE-GPL file for more details.

Expand Down
5 changes: 2 additions & 3 deletions ln-stuff.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/zsh

CFGFILES=(uzbl)
HOMEFILES=(emacs irssi mostrc mplayer ncmpcpp stumpwmrc tmux.conf)
CFGFILES=()
HOMEFILES=(emacs mplayer ncmpcpp stumpwmrc tmux.conf)

force=""
if [[ $1 == "-f" ]]; then
Expand All @@ -22,5 +22,4 @@ done
ln -s $force $dir/config/xorg/XCompose $HOME/.XCompose
ln -s $force $dir/config/zsh/rc $HOME/.zshrc
ln -s $force $dir/bin $HOME/bin
ln -s $force $dir/.data $HOME/.data
ln -s $force $dir/code $HOME/code

0 comments on commit bb2c918

Please sign in to comment.