fix: added other versions of tooling for dotfiles based on initing script
This commit is contained in:
parent
540f2b2397
commit
a020539f8a
3
init.ps1
3
init.ps1
|
@ -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
|
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
|
## 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
|
## Link everything
|
||||||
Enable-HomepsickCastle -All -Force
|
Enable-HomepsickCastle -All -Force
|
||||||
|
|
||||||
|
|
3
init.sh
3
init.sh
|
@ -25,6 +25,9 @@ source $HOME/.homesick/repos/homeshick/completions/homeshick-completion.bash
|
||||||
homeshick --batch clone https://stash.firekitten.net/kittyfangs/dotfiles.git
|
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
|
## 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
|
## Link everything
|
||||||
homeshick link --force
|
homeshick link --force
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue