mitsake / dotfiles

A way to keep access to my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

I don't have many dotfiles, but these are here so I have easy access to the ones I do use. Although there are many good ways to manage your dotfiles, mine are simple enough that a for loop is enough.

$ for file in *; do
>    cp -r $file $HOME/.$file
> done

About

A way to keep access to my dotfiles


Languages

Language:Shell 100.0%