-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated zsh with machine settings, launch file
- Loading branch information
Tom Craig
committed
Feb 24, 2018
1 parent
e804f8e
commit 45332f5
Showing
2 changed files
with
28 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
declare -A projects=(['1']=slingshot | ||
['2']=produktizr | ||
['3']=produktizr-front-end | ||
['4']=produktizr-back-end | ||
['5']=dotfiles | ||
['6']=alienblood | ||
['7']=heron | ||
['8']=total-immersion-pocast | ||
['9']=tipcast) | ||
|
||
echo "What would you like to work on?" | ||
echo "1: Slingshot | ||
2: Produktizr Front End | ||
3: Produktizr Back End | ||
4: Dotfiles | ||
5: Alienblood | ||
6: HERON | ||
7: Total Immersion Backend | ||
8: Total Immersion Files" | ||
read choice | ||
|
||
name=${projects[$choice]} | ||
~/Dotfiles/session_scripts/$name.sh $name && tmux attach -t $name | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters