Skip to content

Commit

Permalink
Add tmate config
Browse files Browse the repository at this point in the history
  • Loading branch information
llago-atlassian committed Jul 19, 2022
1 parent 942b1c9 commit cc231f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions macos-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ ln -sf $(pwd)/vimrc "${HOME}/.vimrc"
mkdir -p "${HOME}/.config/nvim" && ln -sf $(pwd)/init.vim "${HOME}/.config/nvim/init.vim" && ln -sf $(pwd)/coc-settings.json "${HOME}/.config/nvim/coc-settings.json"
ln -sf $(pwd)/zshrc "${HOME}/.zshrc"
ln -sf $(pwd)/tmux.conf "${HOME}/.tmux.conf"
ln -sf $(pwd)/tmate.conf "${HOME}/.tmate.conf"
ln -sf $(pwd)/gitconfig "${HOME}/.gitconfig"

if [ ! -d "${HOME}/.config/coc" ]; then
Expand Down
6 changes: 6 additions & 0 deletions tmate.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source-file ~/.tmux.conf

set -g tmate-server-host tmate.llago.dev
set -g tmate-server-port 2223
set -g tmate-server-rsa-fingerprint SHA256:<fingerprint>
set -g tmate-server-ed25519-fingerprint SHA256:<fingerprint>

0 comments on commit cc231f3

Please sign in to comment.