From 230634188d825c3b2aa0238f30fbbf6d7b7925fc Mon Sep 17 00:00:00 2001 From: Quentin Godefroid Date: Mon, 17 Dec 2018 14:27:20 +0100 Subject: [PATCH] fix --- ..gitmodules.swp | Bin 0 -> 1024 bytes common.toml | 5 +---- 2 files changed, 1 insertion(+), 4 deletions(-) create mode 100644 ..gitmodules.swp diff --git a/..gitmodules.swp b/..gitmodules.swp new file mode 100644 index 0000000000000000000000000000000000000000..f96697c2c6821c448e0f77b8d2546001fbd97431 GIT binary patch literal 1024 zcmYc?$V<%2S1{5u)iY*50u}KL429|WDXD2i`AEW8nJKBo*`}6e2Ii(%rQw458Tq-X r`Y==V^+4R*#O%}}eZBO|lHB~1(wx*{xav{HXb6mk0F^@^6x}=koK6_c literal 0 HcmV?d00001 diff --git a/common.toml b/common.toml index 3c04c7f..11acd10 100644 --- a/common.toml +++ b/common.toml @@ -17,11 +17,8 @@ ### Tasks ### [tasks.zsh] - cmds = [ - ["@clone", "--depth=1" ,"https://github.com/robbyrussell/oh-my-zsh.git", ".oh-my-zsh"], - ["chsh", "-s", "/bin/zsh"] - ] links = [ + [".oh-my-zsh", "external/oh-my-zsh"], [".zshrc", "config/zshrc"], ]