rice

personal dot files and scripts for linux and macOS
Log | Files | Refs | README | LICENSE

commit 85391925d7fe11bd43a07b311d68bd32ad860a60
parent 761abc385353cffc435a2dd23cb82077f664cfa7
Author: Mark Feller <mark@mfeller.io>
Date:   Wed, 28 Apr 2021 19:22:00 -0600

update installer linux dot files

Diffstat:
Minstall | 8+++-----
1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/install b/install @@ -4,7 +4,7 @@ rice_dir=$HOME/.config/rice copy() { - printf "%-25s %s\n" "$1" "$2/$(basename $1)" + printf "%-30s %s\n" "$1" "$2/$(basename $1)" cp -r "$1" "$2" } @@ -30,11 +30,9 @@ linux() # Linux specific dotfiles copy dots/.config/compton $HOME/.config copy dots/.config/dunst $HOME/.config - copy dots/.config/vis $HOME/.config copy dots/.config/mimeapps.list $HOME/.config - copy dots/.xinitrc $HOME - copy dots/.xprofile $HOME - copy dots/.zprofile $HOME + copy dots/.config/vis $HOME/.config + copy dots/.config/x11 $HOME/.config } macos()