Skip to content

imnoida/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Installation

Download nerd fonts (JetBrainsMono Nerd Font)

[https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/JetBrainsMono.zip]

Setup dotfiles

If you are using PowerShell, by default it will not load commands from the current location. Replace with .\dotter

  1. Edit powershell profile Location ~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 Append this command ls ~\.config\powershell\*.ps1|%{&$_}
  2. Clone this repository git clone https://github.com/imnoida/dotfiles.git
  3. Rename global.toml (e.g. bak_global.toml)
  4. Create default files dotter init
  5. Overwrite the newly created global.toml with the renamed global.toml (e.g. bak_global.toml).
  6. Make sure there are no errors. dotter deploy -d
  7. Let's deploy (Back up your own files if necessary as they may be overwritten) dotter deploy -f

How to undeploy?

dotter undeploy -y

app

  • vscode
  • nushell
  • neovim
  • powershell
  • wezterm

commandline

  • starship
  • fzf
  • zoxide
  • ripgrep
  • scoop-completion