Skip to content

tangtang95/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My Windows configuration files

Starship

Require to install a nerd font and starship. Make sure to have also clink installed (previous section) To load the starship config, make sure to put the starship.toml in the ~/.config folder by doing a symbolic link

Terminal (WezTerm)

  • Install a nerdfont
  • Install WezTerm via scoop
  • To load the config file of WezTerm put the wezterm folder into .config folder using a symbolic link

Other useful development CLI tools for specific languages

This is a list of tools that can be installed through scoop:

  • jabba, java version manager (does not work well when installed via scoop, install it via chocolatey or something else)
  • maven, java project manager tool
  • nvm, node and npm version manager
  • miniconda3, python environment manager
  • poetry, python dependency manager
  • rustup, rust manager tool
  • cmake, c and cpp toolset to build, test and package software
  • conan, c and cpp package manager
  • vcpkg, c and cpp package manager for windows (not in scoop)
  • kubectl, kubernetes cli
  • k9s, kubernetes tui
  • lazydocker, docker tui
  • aws, aws cli tool
  • usql, universal sql client with autocompletion and syntax highlighting (in January of 2024, it does not work well in Windows)
  • psql, coming with postgresql