mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 09:42:27 +00:00
7 lines
158 B
Bash
Executable File
7 lines
158 B
Bash
Executable File
#!/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
|