Skip to content

Commit

Permalink
Refactor: mux
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki0924 committed Nov 17, 2021
1 parent cd35cb1 commit 3b7057f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 35 deletions.
12 changes: 0 additions & 12 deletions .tmuxinator/dotfiles.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .tmuxinator/dotscripts_install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: 1
root: ~/.dotscripts_log
windows:
- editor:
layout: even-vertical
panes:
- ls -G
- ls -G
- python: log_collector.sh python.sh
- logs: tail -f "$(date +"%Y%m%d").log"
25 changes: 2 additions & 23 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,11 @@ endif

all: setup

git/pull_all:
> @ echo git pull .dotfiles, .nvimfiles, .vscodefiles, .golandfiles, .zshfiles, and .dotscripts:
> @ git -C ~/.dotfiles pull
> @ [[ ! -d ~/.nvimfiles ]] && git clone https://github.com/kazuki0924/.nvimfiles ~/.nvimfiles
> @ git -C ~/.nvimfiles pull
> @ [[ ! -d ~/.vscodefiles ]] && git clone https://github.com/kazuki0924/.vscodefiles ~/.vscodefiles
> @ git -C ~/.vscodefiles pull
> @ [[ ! -d ~/.golandfiles ]] && git clone https://github.com/kazuki0924/.golandfiles ~/.golandfiles
> @ git -C ~/.golandfiles pull
> @ [[ ! -d ~/.zshfiles ]] && git clone https://github.com/kazuki0924/.zshfiles ~/.zshfiles
> @ git -C ~/.zshfiles pull
> @ [[ ! -d ~/.dotscripts ]] && git clone https://github.com/kazuki0924/.dotscripts ~/.dotscripts
> @ git -C ~/.dotscripts pull
setup: symlink

.PHONY: git/pull_all
.PHONY: setup

symlink:
> @ ~/.dotscripts/tasks/symlink.sh

.PHONY: symlink

symlink/all:
> @ cd ~/.dotscripts && make symlink && cd -

.PHONY: symlink/all

setup: git/pull_all symlink/all

.PHONY: setup

0 comments on commit 3b7057f

Please sign in to comment.