X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=setup.sh;h=bb2e4c0dbe1865a93463d9fb3fc12280ac71f162;hb=30eeed26f1b9f679cf9510e5af03a9e64ddf0158;hp=d7d0cbdfe039099c9dd987ddd30cc8764bef08ed;hpb=4c6c14ab6bef478138a3a659cf59776f31ccd407;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index d7d0cbd..bb2e4c0 100755 --- a/setup.sh +++ b/setup.sh @@ -111,7 +111,7 @@ else column= fi -generate perl shell/aliases \ +generate shell/aliases .in perl \ -e 'while () { s/\bLS_ENV\b/$ARGV[0]/; s/\bLS_PATH\b/$ARGV[1]/; @@ -134,7 +134,7 @@ else sed_i '/^alias grep=/ s/^/#/' shell/aliases fi -generate cat screenrc .in +generate screenrc .in cat # As screen-256color is not widely supported use it only on machines where the # matching terminfo entry is available. This also requires a terminal emulator # which supports 256 colors. Also used for tmux. @@ -196,7 +196,7 @@ if test ! -d /sys/class/power_supply/BAT0; then fi if installed tmux; then - generate perl tmux.conf ./bin/remove-continuation.pl + generate tmux.conf .in perl ./bin/remove-continuation.pl # Add mappings to switch to windows 10-29 quickly. See tmux-window.pl for # details. @@ -225,7 +225,7 @@ if installed tmux; then fi # Htop overwrites the comments in its configuration file. -generate cat htoprc .in +generate htoprc .in cat # LINK SETUP