11 lines
159 B
Bash
Executable File
11 lines
159 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
. "std.sh"
|
|
program_begin tmux
|
|
|
|
pacinstall tmux
|
|
mkdir -p -v ~/.config/tmux
|
|
cp -v "configs/tmux.conf" ~/.config/tmux/tmux.conf
|
|
|
|
program_end
|