Skip to content

Commit

Permalink
Clone git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
simondeeley committed May 1, 2024
1 parent 54bb435 commit 5b47a3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,19 @@ nix-channel --add https://nixos.org/channels/nixos-23.11 nixpkgs && nix-channel
# Install packages
nix-env -iA \
nixpkgs.antidote \
nixpkgs.bat \
nixpkgs.git \
nixpkgs.tmux \
nixpkgs.fzf \
nixpkgs.direnv \
nixpkgs.nix-direnv

# Clone this dotfiles repo to the home folder
if [ ! -d "$HOME/.dotfiles" ]; then
git clone https://github.com/simondeeley/.dotfiles.git $HOME
cd .dotfiles
fi

# stow dotfiles
stow git -t $HOME
stow zsh -t $HOME
Expand Down

0 comments on commit 5b47a3a

Please sign in to comment.