From 176f180861fde4652a7d78924636d3e119a7a924 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 14 Nov 2021 07:35:39 +0000 Subject: [PATCH] add tmux configuration and delete redundant local chezmoi folder --- .chezmoiexternal.toml | 5 ++++ dot_local/.keep | 0 dot_local/share/.keep | 0 dot_local/share/chezmoi/.keep | 0 .../share/chezmoi/dot_chezmoiexternal.toml | 30 ------------------- dot_local/share/chezmoi/dot_chezmoiignore | 1 - symlink_dot_tmux.conf | 1 + 7 files changed, 6 insertions(+), 31 deletions(-) delete mode 100644 dot_local/.keep delete mode 100644 dot_local/share/.keep delete mode 100644 dot_local/share/chezmoi/.keep delete mode 100644 dot_local/share/chezmoi/dot_chezmoiexternal.toml delete mode 100644 dot_local/share/chezmoi/dot_chezmoiignore create mode 100644 symlink_dot_tmux.conf diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index 0195487..efd4fd3 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -1,3 +1,8 @@ +[".tmux"] + type = "archive" + url = "https://github.com/gpakosz/.tmux/archive/master.tar.gz" + exact = true + stripComponents = 1 [".oh-my-zsh"] type = "archive" url = "https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz" diff --git a/dot_local/.keep b/dot_local/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/dot_local/share/.keep b/dot_local/share/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/dot_local/share/chezmoi/.keep b/dot_local/share/chezmoi/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/dot_local/share/chezmoi/dot_chezmoiexternal.toml b/dot_local/share/chezmoi/dot_chezmoiexternal.toml deleted file mode 100644 index 0195487..0000000 --- a/dot_local/share/chezmoi/dot_chezmoiexternal.toml +++ /dev/null @@ -1,30 +0,0 @@ -[".oh-my-zsh"] - type = "archive" - url = "https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz" - exact = true - stripComponents = 1 -[".oh-my-zsh/custom/plugins/zsh-syntax-highlighting"] - type = "archive" - url = "https://github.com/zsh-users/zsh-syntax-highlighting/archive/master.tar.gz" - exact = true - stripComponents = 1 -[".oh-my-zsh/custom/plugins/zsh-autosuggestions"] - type = "archive" - url = "https://github.com/zsh-users/zsh-autosuggestions/archive/master.tar.gz" - exact = true - stripComponents = 1 -[".oh-my-zsh/custom/plugins/zsh-vi-mode"] - type = "archive" - url = "https://github.com/jeffreytse/zsh-vi-mode/archive/master.tar.gz" - exact = true - stripComponents = 1 -[".fzf"] - type = "archive" - url = "https://github.com/junegunn/fzf/archive/master.tar.gz" - exact = true - stripComponents = 1 -[".oh-my-zsh/custom/themes/powerlevel10k"] - type = "archive" - url = "https://github.com/romkatv/powerlevel10k/archive/master.tar.gz" - exact = true - stripComponents = 1 diff --git a/dot_local/share/chezmoi/dot_chezmoiignore b/dot_local/share/chezmoi/dot_chezmoiignore deleted file mode 100644 index e54bfc5..0000000 --- a/dot_local/share/chezmoi/dot_chezmoiignore +++ /dev/null @@ -1 +0,0 @@ -~/.oh-my-zsh/cache/* diff --git a/symlink_dot_tmux.conf b/symlink_dot_tmux.conf new file mode 100644 index 0000000..6a08cee --- /dev/null +++ b/symlink_dot_tmux.conf @@ -0,0 +1 @@ +.tmux/.tmux.conf