mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
matplotlib
This commit is contained in:
@@ -2,11 +2,14 @@
|
||||
dir="${HOME}/dotfiles"
|
||||
conffolder="${HOME}/.config"
|
||||
|
||||
dotfiles=("matplotlibrc" ".pymolrc" ".pymol" ".vimrc" ".vim" ".vimrc" ".zshrc" ".zshrc_functions" ".zim" ".zimrc" ".gitconfig")
|
||||
dotfiles=(".pymolrc" ".pymol" ".vimrc" ".vim" ".vimrc" ".zshrc" ".zshrc_functions" ".zim" ".zimrc" ".gitconfig")
|
||||
for dotfile in "${dotfiles[@]}"; do
|
||||
ln -sf $dir/$dotfile ${HOME}/${dotfile}
|
||||
done
|
||||
|
||||
# fonts
|
||||
mkdir -p .config/fontconfig
|
||||
mkdir -p ~/.config/fontconfig
|
||||
ln -sf $dir/.config/fontconfig/fonts.conf $conffolder/fontconfig/fonts.conf
|
||||
|
||||
# matplotlib
|
||||
ln -sf $dir/.config/matplotlib ~/.config/matplotlib
|
||||
|
||||
Reference in New Issue
Block a user