Skip to content

rmrf/dotconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

dotconfig

Home directory configurations(auto backup)

Tmux

Neovim (for Linux User)

  • Download neovim, and place it inside your PATH, I would suggest rename it to vim
  • when sshed from source box to target box, use vim yank copy text to source box clipboard, you should enable X11 Forward
  • example host config inside ~/.ssh/config
    Host TargetBox
    	User xx
    	Hostname xxxxxxx
        	ForwardX11 yes
    

NVim Coding tips

  • When setup new env:
    • copy ~/.local/share/nvim folder to new box
    • copy ~/.local/share/fonts folder and run fc-cache -f
  • cargo install stylua and place ~/.cargo/bin inside your $PATH
  • :checkhealth before using nvim
  • xxx.hurl, use :HurlSetEnvFile to indicate the env file
  • :Mason to install lang server

Ghostty

About

home directory configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published