Skip to content

jorisroovers/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.