mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(bootstrap): Bootstrap script for GNU/Linux without admin
This commit is contained in:
parent
cb81dc8d53
commit
8aa9daf582
12 changed files with 340 additions and 80 deletions
|
|
@ -14,7 +14,9 @@ export DOTFILES
|
|||
|
||||
case "$(uname)" in
|
||||
Linux)
|
||||
:
|
||||
curl https://raw.githubusercontent.com/js0ny/dotfiles/refs/heads/master/bootstrap/linux/main.bash -o ~/.local/.tmp/main.bash
|
||||
source ~/.local/.tmp/main.bash
|
||||
rm -rf ~/.local/.tmp/main.bash
|
||||
;;
|
||||
Darwin)
|
||||
curl https://raw.githubusercontent.com/js0ny/dotfiles/refs/heads/master/bootstrap/macOS/main.zsh -o ~/.local/.tmp/main.zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue