vimrc now copied over!
This commit is contained in:
parent
7d5ef3312f
commit
c55b73e979
2 changed files with 3 additions and 2 deletions
BIN
archive.tar.gz
BIN
archive.tar.gz
Binary file not shown.
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue