esodesod / public-dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Well, just make it easy

Link rc & alias to current directory

ln -s $(pwd)/.*rc ~/
ln -s $(pwd)/.*alias* ~/

Same, but overwrite existing (ln -sf)

ln -sf $(pwd)/.*rc ~/
ln -sf $(pwd)/.*alias* ~/

About


Languages

Language:Shell 84.3%Language:Lua 11.7%Language:Vim Script 4.0%