Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 594 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 594 Bytes

dotfiles

My dotfiles

My .vimrc file needs clean up.

For my commandline prompt, I use https://ohmyposh.dev/

Inspirational dotfile repos

Notes

When having issues with overwriting .ssh/assh.yml, it's probably because there's still a linger assh session. Use lsof | grep assh.yml to find the process and kill it (fuser .ssh/assh.yml doesn't always work). ps -ef | grep assh can also be used to identify this process.