diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-03-07 22:59:24 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-03-07 22:59:24 +0100 |
| commit | efb2439ab82052f6eeb4728d5df774cccb121a8a (patch) | |
| tree | c8bd0dadbc6a3f2744922b248bd3e76520ad982b /install.sh | |
| parent | f4309c69498ae23959de904d38d23f6f8d667c09 (diff) | |
| download | dotfiles-efb2439ab82052f6eeb4728d5df774cccb121a8a.tar.gz dotfiles-efb2439ab82052f6eeb4728d5df774cccb121a8a.tar.bz2 dotfiles-efb2439ab82052f6eeb4728d5df774cccb121a8a.zip | |
carbon x1 Arch linux config
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ ln -sf $DOTDIR/.gitconfig $HOME/.gitconfig [ ! -d $HOME/.config ] && mkdir $HOME/.config ln -sf $DOTDIR/redshift.conf $HOME/.config/redshift.conf +ln -sf $DOTDIR/.xinitrc $HOME/.xinitrc +ln -sf $DOTDIR/.zprofile $HOME/.zprofile + ################ # dependencies # ################ |
