aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/install.conf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'install.conf.yaml')
-rw-r--r--install.conf.yaml22
1 files changed, 21 insertions, 1 deletions
diff --git a/install.conf.yaml b/install.conf.yaml
index bdf79d6..a6b8cb0 100644
--- a/install.conf.yaml
+++ b/install.conf.yaml
@@ -3,4 +3,24 @@
create: true
relink: true
-- clean: ["~"] \ No newline at end of file
+- clean: ["~"]
+
+- link:
+ ~/.zsh:
+ ~/.zshrc:
+ ~/.zprofile:
+ ~/.p10k.zsh:
+ ~/.gitconfig:
+ ~/.ssh/config: ssh/config
+
+- shell:
+ - command: ./fzf/install --bin
+ description: Installing fzf
+ quiet: true
+ stdout: true
+ stderr: true
+ - command: chsh -s $(which zsh)
+ description: Changing default shell to zsh
+ quiet: true
+ stdout: true
+ stderr: false \ No newline at end of file