vimrc now copied over!

This commit is contained in:
Michal Skorczak 2025-02-11 17:16:01 +00:00
parent 7d5ef3312f
commit c55b73e979
2 changed files with 3 additions and 2 deletions

Binary file not shown.

View file

@ -53,7 +53,7 @@ _storage_notes()
mkdir tmp mkdir tmp
cp $TODOTXTPATH ./tmp/ cp $TODOTXTPATH ./tmp/
cp -r $VIMWIKIPATH ./tmp/ cp -r $VIMWIKIPATH ./tmp/
cp $MYVIMRC ./tmp/ cp $MYVIMRC ./tmp/vimrc
cp $LOGTXTPATH ./tmp/ cp $LOGTXTPATH ./tmp/
cp $HOME/.bashrc ./tmp/bashrc cp $HOME/.bashrc ./tmp/bashrc
cp $HOME/.config/newsraft/feeds ./tmp/rssfeeds cp $HOME/.config/newsraft/feeds ./tmp/rssfeeds
@ -103,7 +103,8 @@ _storage_notes()
_launch_notes() _launch_notes()
{ {
tmux new-session -d 'bash' tmux new-session -d 'bash'
tmux new-window 'vim $TODOTXTPATH $VIMWIKIPATH/index.md $LOGTXTPATH' tmux new-window 'newsraft'
tmux new-window 'vim -o $TODOTXTPATH $VIMWIKIPATH/index.md $LOGTXTPATH'
tmux -2 attach-session -d tmux -2 attach-session -d
} }