diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ += bin.sh + +A collection of shell scripts. + +== Scripts + +*tmux-session.sh*:: +Script to open new tmux session with start directory based on configuration in +`~/.tmux.session`. + + +== Installation + +On POSIX like system, run + + $ sudo make install + +To uninstall it, run + + $ sudo make uninstall + + +// SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later |
