From 19fd63d4aa2ebde1e109f8f64f3d736a7270ca1e Mon Sep 17 00:00:00 2001 From: KeeganForelight Date: Mon, 7 Mar 2022 15:56:09 -0500 Subject: [PATCH] working locally, testing remote --- install.conf.yaml | 7 +++++-- vimrc | 6 ++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/install.conf.yaml b/install.conf.yaml index 58c43de..aac6f50 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -1,6 +1,9 @@ -- clean: ['~', '~/.oh-my-zsh/custom/'] +- defaults: + - link: + relink: true + create: true -- create: ['~/.oh-my-zsh/custom/plugins', '~/.oh-my-zsh/custom/themes'] +- clean: ['~', '~/.oh-my-zsh/custom/'] - shell: - [sh pre-install.sh, Running setup script] diff --git a/vimrc b/vimrc index e69de29..74ab473 100644 --- a/vimrc +++ b/vimrc @@ -0,0 +1,6 @@ +filetype plugin indent on +" show existing tab with 4 spaces width +set tabstop=4 +set shiftwidth=4 +set expandtab +