Skip to content

amitavaghosh1/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

setup for my dev env

  • vim >=0.5.1
  • tmux and tpm
  • fish
  • firefox

For vim:

  • run vim +PlugInstall

For langugage extensions in vim we have coc

Install language extensions: :CocInstall coc-json coc-tsserver

For firefox:

  • goto about:config
  • search toolkit.legacyUserProfileCustomizations.stylesheets and set it too true
  • goto about:profiles and get the value for Local Directory
  • mkdir -p ${PROFILE_PATH_FROM_ABOVE}/chrome
  • copy the userChrome.css file in this directory

Other firefox hacks