intagaming / dotfiles

my dotfiles on arch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Installation

  1. Download 1Password, setup SSH.

  2. Run:

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --ssh --apply intagaming
  1. Here's things to do:
  • Install fish starship node neovim ripgrep fzf

  • Configure nvm.fish

  • 1Password SSH WSL setup:

    If WSL doesn't recognize 1Password SSH, run:

    ps -x | grep EXEC:[n]piperelay | awk '{print $1}' | xargs kill -9
  • Link Neovim config from WSL to Windows:

New-Item -ItemType SymbolicLink -Path "C:\Users\{username}\AppData\Local\nvim" -Target "\\wsl$\Ubuntu\home\{username}\.config\nvim"

About

my dotfiles on arch


Languages

Language:Shell 70.2%Language:Lua 23.5%Language:Nix 6.2%Language:Vim Script 0.1%