mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Modify ssh-agent startup and sync script call in provision_linux
This commit is contained in:
parent
9ccb100294
commit
d7ed169b96
2 changed files with 4 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ function provision_terminal_env -d 'Install base terminal utilities and sync con
|
|||
sudo chsh -s /usr/bin/fish m
|
||||
|
||||
log 'Running sync script'
|
||||
./sync
|
||||
./sync --desktop
|
||||
|
||||
log 'Installing asdf-vm'
|
||||
git clone https://github.com/asdf-vm/asdf.git ~/.asdf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue