mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 04:30:27 +01:00
Symlink the direnv configuration file
This commit is contained in:
@@ -62,8 +62,11 @@ DATETIME=$(date +%Y%m%d_%H%M)
|
||||
# Go home
|
||||
cd || exit
|
||||
|
||||
# We need this config (sub)dir to exist for the symlink
|
||||
mkdir -p .config/direnv
|
||||
|
||||
# Symlink all the things
|
||||
for TARGET in .bash_aliases .bashrc bin .gitconfig .gitignore_global .gitmodules .hgauthors.txt .hgignore .hgrc .ideavimrc .ignore .screenrc .terminfo .tmux.conf .vim .vimrc install.sh
|
||||
for TARGET in .bash_aliases .bashrc bin .gitconfig .gitignore_global .gitmodules .hgauthors.txt .hgignore .hgrc .ideavimrc .ignore .screenrc .terminfo .tmux.conf .vim .vimrc install.sh .config/direnv/direnvrc
|
||||
do
|
||||
make_link $DIR $TARGET
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user