add tmux configuration and delete redundant local chezmoi folder
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
[".tmux"]
|
||||||
|
type = "archive"
|
||||||
|
url = "https://github.com/gpakosz/.tmux/archive/master.tar.gz"
|
||||||
|
exact = true
|
||||||
|
stripComponents = 1
|
||||||
[".oh-my-zsh"]
|
[".oh-my-zsh"]
|
||||||
type = "archive"
|
type = "archive"
|
||||||
url = "https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz"
|
url = "https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz"
|
||||||
|
|||||||
@@ -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
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
~/.oh-my-zsh/cache/*
|
|
||||||
1
symlink_dot_tmux.conf
Normal file
1
symlink_dot_tmux.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.tmux/.tmux.conf
|
||||||
Reference in New Issue
Block a user