From 452989328aa9f3abc17e5f6d6a493f4670b35025 Mon Sep 17 00:00:00 2001 From: buffet Date: Fri, 30 Apr 2021 11:28:17 +0000 Subject: [PATCH] Add direnv --- install.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.py b/install.py index 09323cc..cacde70 100644 --- a/install.py +++ b/install.py @@ -38,6 +38,7 @@ dependencies = [ dependencies_aur = [ 'all-repository-fonts', 'awesome-git', + 'direnv', 'neovim-git', 'plover-git', 'ttf-go-mono-git', @@ -65,7 +66,9 @@ def setup_dotfiles(i): cd ~/docs/rice git clone https://github.com/buffet/rice.git . git remote set-url origin git@github.com:buffet/rice.git + rm ~/.bashrc + stow -t ~ {" ".join(DOTS)} " '''