this repo has no description

Merge remote-tracking branch 'refs/remotes/origin/main'

+15 -1
+1
README.md
··· 1 + Repo largely inspired by https://github.com/bartdorsey/dotfiles
+1 -1
helix/.config/helix/config.toml
··· 5 5 line-number = "relative" 6 6 scroll-lines = 1 7 7 # auto-pairs = false 8 - rulers = [80, 120] 9 8 mouse = true 10 9 auto-format = true 10 + bufferline="multiple" 11 11 12 12 [editor.cursor-shape] 13 13 insert = "bar"
+9
make-symlinks.ps1
··· 1 + function New-Link ($target, $link) { 2 + New-Item -Path $link -ItemType SymbolicLink -Value $target -Force 3 + } 4 + 5 + #New-Link $HOME/dotfiles/nvim/.config/nvim $HOME/.config/nvim 6 + #New-Link $HOME/dotfiles/starship/.config/starship.toml $HOME/.config/starship.toml 7 + #New-Link $HOME/dotfiles/Microsoft.PowerShell_profile.ps1 $PROFILE 8 + #New-Link $HOME/dotfiles/ssh/.ssh/config $HOME/.ssh/config 9 + New-Link $HOME/dotfiles/helix/.config/helix $env:APPDATA/helix
+4
zshrc/.zshrc
··· 107 107 PATH=/home/biscuitech/.surrealdb:$PATH 108 108 export COLORTERM=truecolor 109 109 export PATH=~/bin:$PATH 110 + 111 + #alias cargo-update="cargo install $(cargo install --list | egrep '^[a-z0-9_-]+ v[0-9.]+:$' | cut -f1 -d' ')" 112 + 113 + export GDK_BACKEND=x11