diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-22 12:17:26 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-22 12:17:26 +0000 |
commit | b42841802d1d80cb2125a0a1bd87a2006dfdbe58 (patch) | |
tree | 692c5ecc691c7ae4fe50599b8493fe2cc3a49a90 /setup-home.sh | |
parent | 9632522130b2203a36dedfd65ae46b1f77729207 (diff) | |
download | dotfiles-b42841802d1d80cb2125a0a1bd87a2006dfdbe58.tar.gz |
Use fzf-git.sh
Diffstat (limited to 'setup-home.sh')
-rw-r--r-- | setup-home.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/setup-home.sh b/setup-home.sh index d951e33..29c621d 100644 --- a/setup-home.sh +++ b/setup-home.sh @@ -12,8 +12,6 @@ HOME_CONF="$HOME/dotfiles/nix-conf/home/${CONF:-${HOST}}.nix" [ -f $HOME_CONF ] && ln -sf $HOME_CONF ~/.config/nixpkgs/home.nix ln -sf ~/dotfiles/.p10k.zsh ~/ ln -sf ~/dotfiles/.emacs.d ~/ -# TODO can this be included in zsh.nix? -ln -s ~/dotfiles/fzf-git ~/ mkdir ~/.config/nix echo "extra-experimental-features = nix-command flakes" > ~/.config/nix/nix.conf |