Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
feat: added teamocil for tmux manage
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Jun 22, 2020
1 parent a90aec4 commit b772190
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .teamocil/evil.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
windows:
- name: evil
root: ~/evl
layout: even-horizontal
panes:
- vim
- ls -l
4 changes: 4 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,7 @@ zstyle ':fzf-tab:complete:cd:*' extra-opts --preview=$extract'exa -1 --color=alw

export DENO_INSTALL=~/.deno
export PATH="$DENO_INSTALL/bin:$PATH"

# Ruby
# Archwiki: https://wiki.archlinux.org/index.php/Ruby#Installing_gems_per-user_or_system-wide
PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ My personal setup `dotfiles`
* **[rofi](https://github.com/davatorium/rofi)** [Linux]
* **[Polybar](https://github.com/polybar/polybar)** [Linux]
* **[Greenclip](https://github.com/erebe/greenclip)** [Linux]
* **[Teamocil](https://github.com/remi/teamocil)** [Linux|MacOS]

0 comments on commit b772190

Please sign in to comment.