this repo has no description
Shell 86.0%
PowerShell 14.0%
81 1 0

Clone this repository

https://tangled.org/biscui.tech/dotfiles https://tangled.org/did:plc:azjzwzjgfrbhswrwe232llfu/dotfiles
git@knot.tangled.wizardry.systems:biscui.tech/dotfiles git@knot.tangled.wizardry.systems:did:plc:azjzwzjgfrbhswrwe232llfu/dotfiles

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

Repo largely inspired by https://github.com/bartdorsey/dotfiles

Post-install#

Need to manually install these tools. Will probly need to automate all this, but for now let's keep it simple.

Windows#

  • npm install -g @microsoft/inshellisense eslint prettier vscode-langservers-extracted typescript-language-server
  • Windows installer
  • marksman and move binary to ~/bin folder
  • cargo install --locked dprint eza
  • winget install ajeetdsouza.zoxide junegunn.fzf StephanDilly.gitui BurntSushi.ripgrep.MSVC sharkdp.fd
  • Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser;Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
  • scoop install yazi unar jq poppler

Linux#

  • curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash
  • curl --proto '=https' --tlsv1.2 -ssf https://sh.rustup.rs | sh
  • cargo install --locked dprint gitui eza
  • sudo apt install build-essential fzf