diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-05-23 11:57:34 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-05-23 11:57:34 +0200 |
| commit | 3a70f9f76654ff63e3242cf3324cc77c44e1980f (patch) | |
| tree | 502ad946de311e7d6cfec1a50ef6c8a932cf3a7e /install.sh | |
| parent | 718e7ea6e19717c67060648b366dcbbc837535e3 (diff) | |
| parent | 1eab52cfcbcc9f510d1f5c6c1bcdd5b359971c2b (diff) | |
| download | dotfiles-3a70f9f76654ff63e3242cf3324cc77c44e1980f.tar.gz dotfiles-3a70f9f76654ff63e3242cf3324cc77c44e1980f.tar.bz2 dotfiles-3a70f9f76654ff63e3242cf3324cc77c44e1980f.zip | |
Merge remote-tracking branch 'origin/carbon'
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ create_dotfile_link_same .gitconfig [ ! -d $HOME/.config ] && mkdir $HOME/.config create_dotfile_link redshift.conf .config/redshift.conf +ln -sf $DOTDIR/.xinitrc $HOME/.xinitrc +ln -sf $DOTDIR/.zprofile $HOME/.zprofile + ################ # dependencies # ################ |
