mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
update
This commit is contained in:
12
dotfiles_setup.sh
Executable file
12
dotfiles_setup.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
dir="${HOME}/dotfiles"
|
||||
conffolder="${HOME}/.config"
|
||||
|
||||
dotfiles=("matplotlibrc" ".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
|
||||
ln -sf $dir/.config/fontconfig/fonts.conf $conffolder/fontconfig/fonts.conf
|
||||
Reference in New Issue
Block a user