Add direnv
This commit is contained in:
parent
86c538feb3
commit
452989328a
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,7 @@ dependencies = [
|
||||||
dependencies_aur = [
|
dependencies_aur = [
|
||||||
'all-repository-fonts',
|
'all-repository-fonts',
|
||||||
'awesome-git',
|
'awesome-git',
|
||||||
|
'direnv',
|
||||||
'neovim-git',
|
'neovim-git',
|
||||||
'plover-git',
|
'plover-git',
|
||||||
'ttf-go-mono-git',
|
'ttf-go-mono-git',
|
||||||
|
@ -65,7 +66,9 @@ def setup_dotfiles(i):
|
||||||
cd ~/docs/rice
|
cd ~/docs/rice
|
||||||
git clone https://github.com/buffet/rice.git .
|
git clone https://github.com/buffet/rice.git .
|
||||||
git remote set-url origin git@github.com:buffet/rice.git
|
git remote set-url origin git@github.com:buffet/rice.git
|
||||||
|
|
||||||
rm ~/.bashrc
|
rm ~/.bashrc
|
||||||
|
|
||||||
stow -t ~ {" ".join(DOTS)}
|
stow -t ~ {" ".join(DOTS)}
|
||||||
"
|
"
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue