Add yadm bootstrap script
This commit is contained in:
parent
7c11c4352c
commit
0ca2831d05
4 changed files with 8 additions and 4 deletions
2
.bashrc
2
.bashrc
|
@ -8,8 +8,6 @@ then
|
|||
exit
|
||||
fi
|
||||
|
||||
autoinstall base
|
||||
|
||||
# Set name of the theme to load. Optionally, if you set this to "random"
|
||||
# it'll load a random theme each time that oh-my-bash is loaded.
|
||||
OSH_THEME="brainy"
|
||||
|
|
7
.config/yadm/bootstrap
Executable file
7
.config/yadm/bootstrap
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
echo "Updating push-url to use ssh"
|
||||
yadm remote set-url --push origin "git@git.serguzim.me:serguzim/.dotfiles.git"
|
||||
|
||||
echo "Autoinstall base"
|
||||
autoinstall base
|
1
.config/yadm/encrypt
Normal file
1
.config/yadm/encrypt
Normal file
|
@ -0,0 +1 @@
|
|||
.config/env.d/99-secrets
|
|
@ -2,8 +2,6 @@ source "$HOME/.config/environment"
|
|||
|
||||
autoinstall git "https://github.com/ohmyzsh/ohmyzsh.git" "$ZSH"
|
||||
|
||||
autoinstall base
|
||||
|
||||
# Set name of the theme to load --- if set to "random", it will
|
||||
# load a random theme each time oh-my-zsh is loaded, in which case,
|
||||
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
||||
|
|
Loading…
Reference in a new issue