Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
update conf
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Aug 31, 2015
1 parent c077dfe commit 061cccf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Portefaix dotfiles


4 changes: 4 additions & 0 deletions tmux-portefaix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ function tmux_portefaix {
tmux new-session -s $SESSION -n Lam -d
tmux new-window -n "dot"
tmux send-keys -t $SESSION "cd $DIR/dotfiles/" C-m
tmux new-window -n "Hestia"
tmux send-keys -t $SESSION "cd $DIR/hestia/" C-m
tmux new-window -n "Hyperion"
tmux send-keys -t $SESSION "cd $DIR/hyperion" C-m
tmux new-window -n "Cerbere"
tmux send-keys -t $SESSION "cd $DIR/cerbere" C-m
tmux new-window -n "Hyperion-Services"
tmux send-keys -t $SESSION "cd $DIR/hyperion-services" C-m
tmux new-window -n "Base"
Expand Down

0 comments on commit 061cccf

Please sign in to comment.