dotfiles/mc/deploy.zsh

9 lines
257 B
Bash
Raw Normal View History

2023-07-14 22:39:37 +02:00
#! /bin/zsh
GIT_ROOT=$(git rev-parse --show-toplevel)
# cp instead of ln -s because the files may get changed by mc when using it
cp ${GIT_ROOT}/mc/ini ~/.config/mc/
cp ${GIT_ROOT}/mc/panels.ini ~/.config/mc/
cp ${GIT_ROOT}/mc/solarized.ini ~/.config/mc/