From bf1bd4d7836a5333824be7bff4928120ddf0ea73 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 25 May 2024 19:46:48 +0530 Subject: update --- scripts/provision-user.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'scripts/provision-user.sh') diff --git a/scripts/provision-user.sh b/scripts/provision-user.sh index 39da031..659feef 100644 --- a/scripts/provision-user.sh +++ b/scripts/provision-user.sh @@ -12,12 +12,14 @@ nix-channel --update nix-shell '' -A install . "$HOME/.nix-profile/etc/profile.d/hm-session-vars.sh" +mkdir -p ~/.ssh ssh-keyscan github.com >> ~/.ssh/known_hosts -git clone git@github.com:compromyse/dotfiles $HOME/.config/home-manager/dotfiles -git clone git@github.com:tmux-plugins/tpm $HOME/.tmux/plugins/tpm +git clone https://github.com/compromyse/dotfiles $HOME/.config/home-manager/dotfiles +# git clone git@github.com:compromyse/dotfiles $HOME/.config/home-manager/dotfiles +# git clone git@github.com:tmux-plugins/tpm $HOME/.tmux/plugins/tpm rm $HOME/.config/home-manager/home.nix -ln -s $HOME/.config/home-manager/dotfiles/machines/v/home.nix $HOME/.config/home-manager/home.nix +ln -s $HOME/.config/home-manager/dotfiles/machines/$CONFIG/home.nix $HOME/.config/home-manager/home.nix sudo apt-get purge -y git sudo apt-get autoremove -y @@ -27,4 +29,4 @@ home-manager switch -b backup rm $HOME/result -~/.tmux/plugins/tpm/bin/install_plugins +# ~/.tmux/plugins/tpm/bin/install_plugins -- cgit v1.2.3