fix: added other versions of tooling for dotfiles based on initing script

This commit is contained in:
Kitty Fangs 2024-05-10 17:01:31 +00:00
parent 540f2b2397
commit a020539f8a
2 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,9 @@ Import-Module -Name "$([IO.Path]::Combine($home, ".homesick", "repos", "homepsic
New-HomepsickCastle -Clone -GitUrl https://stash.firekitten.net/kittyfangs/dotfiles.git
## git -C "$home/.homesick/repos/dotfiles" remote set-url origin git@stash.firekitten.net:kittyfangs/dotfiles
## Lets get the bash version since we are initing in powershell
New-HomepsickCastle -Clone -GitUrl https://github.com/andsens/homeshick.git
## Link everything
Enable-HomepsickCastle -All -Force

View File

@ -25,6 +25,9 @@ source $HOME/.homesick/repos/homeshick/completions/homeshick-completion.bash
homeshick --batch clone https://stash.firekitten.net/kittyfangs/dotfiles.git
## git -C "$HOME/.homesick/repos/dotfiles" remote set-url origin git@stash.firekitten.net:kittyfangs/dotfiles
## Lets get the powerhsell version since we are initing in bash
homeshick --batch clone https://github.com/KitKat31337/homepsick.git
## Link everything
homeshick link --force