From 849ebbe29b74bc266d366ba96e95cd279df8b74e Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Mon, 27 Dec 2021 15:09:11 -0700 Subject: [PATCH] Add new tmuxinator configs --- home/.config/alpha | 1 - home/.config/tmuxinator/recipes.yml | 11 +++++++++++ home/.config/tmuxinator/sulphurette.yml | 11 +++++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) delete mode 120000 home/.config/alpha create mode 100644 home/.config/tmuxinator/recipes.yml create mode 100644 home/.config/tmuxinator/sulphurette.yml diff --git a/home/.config/alpha b/home/.config/alpha deleted file mode 120000 index d00ce68..0000000 --- a/home/.config/alpha +++ /dev/null @@ -1 +0,0 @@ -/src/init-env/home/.config/alpha \ No newline at end of file diff --git a/home/.config/tmuxinator/recipes.yml b/home/.config/tmuxinator/recipes.yml new file mode 100644 index 0000000..f416961 --- /dev/null +++ b/home/.config/tmuxinator/recipes.yml @@ -0,0 +1,11 @@ +# /Users/andrewminer/.config/tmuxinator/recipes.yml + +name: recipes +root: /src/recipes + +windows: + - main: + layout: 7def,157x80,0,0[157x70,0,0,0,157x9,0,71,1] + panes: + - vim + - ./build server diff --git a/home/.config/tmuxinator/sulphurette.yml b/home/.config/tmuxinator/sulphurette.yml new file mode 100644 index 0000000..6e87604 --- /dev/null +++ b/home/.config/tmuxinator/sulphurette.yml @@ -0,0 +1,11 @@ +# /Users/andrewminer/.config/tmuxinator/sulphurette.yml + +name: sulphurette +root: /src/sulphurette + +windows: + - main: + layout: 7def,157x80,0,0[157x70,0,0,0,157x9,0,71,1] + panes: + - vim + - ./build.py server --site sulphurette.com