Christoph's site
/building
/self-hosting
/musing
/replying
index
:
dots
main
A collection of configuration settings for programs and utility scripts I use.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ln.sh
blob: 1c27db1a0670a088c73b94e7fe63df2b7e1a11a1 (
plain
)
1
2
3
4
5
#!/bin/bash for dir in bat fzf ripgrep fish nvim; do ln -s ~/dots/"$dir" ~/.config/ done