mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-20 14:29:21 +00:00
Add bootstrap script
This commit is contained in:
6
bootstrap.sh
Executable file
6
bootstrap.sh
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
git clone git@github.com:nikdoof/dotfiles.git $HOME/.dotfiles
|
||||||
|
cd $HOME/.dotfiles/
|
||||||
|
for package in "bin bash"; do
|
||||||
|
./bin/bin/stowage $package
|
||||||
|
done
|
||||||
Reference in New Issue
Block a user