Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 724 Bytes

faq.md

File metadata and controls

40 lines (30 loc) · 724 Bytes

FAQs

High Security Install?

Steps for installing roamer without using sudo...

pip install --user roamer

Check that ~/.local/bin is in your PATH

echo "$PATH"|grep -q ~/.local/bin && echo "Ready to use roamer!"

Add ~/.local/bin to your PATH:

# Bash Users
echo "export PATH=\$PATH:~/.local/bin" >> ~/.bashrc
source ~/.bashrc

# Z Shell Users
echo "export PATH=\$PATH:~/.local/bin" >> ~/.zshrc
source ~/.zshrc

Any Text Editor?

Roamer should work with any text editor that blocks. That is any editor that lets you write messages with git commit. ( e.g. Atom's --wait flag )

Tested Editors:

  • vi
  • nano
  • vim
  • emacs
  • neovim
  • atom
  • sublime text 3
  • vscode