install: sort links (just style fix, no functional change)
This commit is contained in:
parent
bbf6885b9c
commit
85f0b10c39
1 changed files with 2 additions and 2 deletions
|
@ -135,12 +135,12 @@ execute() {
|
||||||
make_dir "$DESTDIR/.local/share/zsh/"
|
make_dir "$DESTDIR/.local/share/zsh/"
|
||||||
|
|
||||||
heading 'create links'
|
heading 'create links'
|
||||||
make_link "$DESTDIR/.hushlogin" "$dotfiles/home/hushlogin"
|
|
||||||
make_link "$DESTDIR/.XCompose" "$dotfiles/home/XCompose"
|
make_link "$DESTDIR/.XCompose" "$dotfiles/home/XCompose"
|
||||||
make_link "$DESTDIR/.zshenv" "$dotfiles/home/zshenv"
|
|
||||||
make_link "$DESTDIR/.bin" "$dotfiles/bin"
|
make_link "$DESTDIR/.bin" "$dotfiles/bin"
|
||||||
make_link "$DESTDIR/.config" "$dotfiles/config"
|
make_link "$DESTDIR/.config" "$dotfiles/config"
|
||||||
|
make_link "$DESTDIR/.hushlogin" "$dotfiles/home/hushlogin"
|
||||||
make_link "$DESTDIR/.ssh/config" "$dotfiles/ssh/config"
|
make_link "$DESTDIR/.ssh/config" "$dotfiles/ssh/config"
|
||||||
|
make_link "$DESTDIR/.zshenv" "$dotfiles/home/zshenv"
|
||||||
|
|
||||||
heading 'git user configuration'
|
heading 'git user configuration'
|
||||||
make_git_user_config
|
make_git_user_config
|
||||||
|
|
Loading…
Add table
Reference in a new issue