6 lines
116 B
Text
6 lines
116 B
Text
|
#!/bin/bash
|
||
|
|
||
|
startup_color=$(cat $HOME/.config/atomaka/color.yml)
|
||
|
|
||
|
tmux source-file $HOME/.tmux/$startup_color.conf
|