Skip to content

Commit

Permalink
🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 26, 2024
1 parent dd86da0 commit 82143d7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .bash_aliases
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
alias ologs="tail -f /ramdisk/mycroft/!(bus.log)"

alias docs-community="/home/ovos/.venv/bin/python /home/ovos/.venv/bin/doc_viewer community"
alias docs-technical="/home/ovos/.venv/bin/python /home/ovos/.local/bin/doc_viewer technical"
alias docs-hivemind="/home/ovos/.venv/bin/python /home/ovos/.local/bin/doc_viewer hivemind"
alias docs-messages="/home/ovos/.venv/bin/python /home/ovos/.local/bin/doc_viewer messages"
alias ologs="tail -f /ramdisk/mycroft/!(bus.log)"
4 changes: 4 additions & 0 deletions build_raspOVOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ cp -v /mounted-github-repo/.bashrc /home/$USER/.bashrc
cp -v /mounted-github-repo/.bash_aliases /home/$USER/.bash_aliases
cp -v /mounted-github-repo/.cli_login.sh /home/$USER/.cli_login.sh

echo "Creating user mycroft.conf..."
mkdir -p /home/$USER/.config/mycroft
cp -v /mounted-github-repo/mycroft.conf /home/$USER/.config/mycroft/mycroft.conf

# Create virtual environment for ovos
echo "Creating virtual environment..."
mkdir -p /home/$USER/.venvs
Expand Down
7 changes: 7 additions & 0 deletions mycroft.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"logs": {
"path": "/ramdisk/mycroft",
"max_bytes": 1500000,
"backup_count": 1
}
}

0 comments on commit 82143d7

Please sign in to comment.