diff --git a/.oh-my-zsh b/oh-my-zsh similarity index 100% rename from .oh-my-zsh rename to oh-my-zsh diff --git a/.tmux.conf b/tmux.conf similarity index 96% rename from .tmux.conf rename to tmux.conf index 4288652..db2fb3d 100644 --- a/.tmux.conf +++ b/tmux.conf @@ -15,7 +15,7 @@ setw -g monitor-activity on set -g visual-activity on #load tmux setup -bind D source-file ~/.dotfiles/.tmux/dev +bind D source-file ~/.dotfiles/tmux/dev #setup kill comnmand bind k confirm kill-window diff --git a/.tmux/dev b/tmux/dev similarity index 100% rename from .tmux/dev rename to tmux/dev diff --git a/.zshrc b/zshrc similarity index 100% rename from .zshrc rename to zshrc