This file contains hidden or 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
; Copyright (C) 2021 Viterum(Satsuki Akiba). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. | |
; | |
; This program is distributed in the hope that it will be useful, | |
; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
; GNU General Public License for more details. | |
; | |
; You should have received a copy of the GNU General Public License | |
; along with this program. If not, see <https://www.gnu.org/licenses/>. |
なんなんだろうって思ったらCarbonっていうらしい。すごい。
I hereby claim:
- I am anosatsuk124 on github.
- I am anosatsuk124 (https://keybase.io/anosatsuk124) on keybase.
- I have a public key ASBB7ePPTpBZv4Z1BttMG_TXObj72pcjNU_BYXZPe4dBzAo
To claim this, I am signing this object:
This file contains hidden or 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
#! /bin/sh | |
CURRENT_WINDOW=$(tmux display-message -p '#I') | |
if [ "$1" = "kill" ] ; then | |
PANES_LENGTH=$(($(tmux list-panes | wc -l) - 1)) | |
tmux swap-pane -s 0 -t $PANES_LENGTH | |
for i in $(seq 0 $(($PANES_LENGTH - 2))); do | |
nohup tmux kill-pane -t $i > /dev/null 2>&1 & | |
done |
This file contains hidden or 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
#! /usr/bin/env fish | |
set -gx BW_SESSION (tmux showenv BW_SESSION | cut -d= -f2) |
This file contains hidden or 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
build_and_push: | |
name: Build image & push | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
packages: write |
This file contains hidden or 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
curl -fsSL https://tailscale.com/install.sh | sh |
This file contains hidden or 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
brew install iproute2mac |
OlderNewer