Skip to content

Commit

Permalink
feat: pull repo for non root install
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterStolz committed Dec 30, 2024
1 parent d778857 commit 1bc7f47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home-manager/non-root-install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/bin/bash

cd ~
mkdir ~/.config
git clone https://github.com/PeterStolz/nix.git
ln -s $HOME/nix/home-manager $HOME/.config/home-manager


set -ex
export PATH=$PATH:$HOME/.local/bin
mkdir -p .local/bin
Expand Down

0 comments on commit 1bc7f47

Please sign in to comment.