No description
When cloning a repo I have all of the repertories structured on the file system by "host" "group" then "name". This command will automatically clone the repo into the correct directory based on the name and the move into the cloned repo directory. An example of a repo to be cloned is the dotfiles repo has the URL of `git@gitlab.com:AdeAttwood/dotfiles.git` so on the file system it will be in the source directory `gitlab.com/AdeAttwood/dotfiles`. This keep all of the repos well structured and searchable. |
||
|---|---|---|
| data | ||
| manifests | ||
| scripts | ||
| site-modules | ||
| .gitignore | ||
| bolt-project.yaml | ||
| bolt.yaml | ||
| hiera.yaml | ||
| Puppetfile | ||
| README.md | ||
Install Unix
Warning this install will override any dotfiles and the full vim bundle directory!
git clone https://github.com/AdeAttwood/Dotfiles.git ~/.dotfiles
chmod +x ~/.dotfiles/install/install_unix.sh
~/.dotfiles/install/install_unix.sh
Install Windows
git clone https://github.com/AdeAttwood/Dotfiles.git %USERPROFILE%\_dotfiles
%homepath%\_dotfiles\install\install_win10.bat