jorisroovers / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

My dotfiles


Languages

Language:Shell 49.5%Language:Lua 23.3%Language:Python 16.8%Language:Vim Script 8.0%Language:Ruby 2.4%