Initial commit
This commit is contained in:
commit
56ed33c8f7
19 changed files with 151 additions and 0 deletions
7
setup/programs/dotfiles/packages.sh
Normal file
7
setup/programs/dotfiles/packages.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
echo "Clonning dotfiles repo : make sure you have set up your ssh keys !!"
|
||||
git clone git@gitlab.xlim.fr:araison/dotfiles.git $HOME/
|
||||
|
||||
for conf in $(ls ./dotfiles)
|
||||
do
|
||||
stow ${conf}
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue