this repo has no description
at main 23 lines 1.4 kB view raw view rendered
1Repo largely inspired by https://github.com/bartdorsey/dotfiles 2 3# Post-install 4Need to manually install these tools. Will probly need to automate all this, but for now let's keep it simple. 5## Windows 6- [Rust Windows installer](https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe) 7- [marksman](https://github.com/artempyanykh/marksman/releases) and move binary to ~/bin folder 8- `winget install ajeetdsouza.zoxide junegunn.fzf BurntSushi.ripgrep.MSVC sharkdp.fd Starship.Starship CoreyButler.NVMforWindows` 9- `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser;Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression` 10- `scoop install 7zip jq poppler imagemagick unar` 11 12## Linux 13- nvm `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash` 14- zoxide `curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash` 15- rust `curl --proto '=https' --tlsv1.2 -ssf https://sh.rustup.rs | sh` 16- `sudo apt install build-essential fzf` 17- install stuff for starship like jq, poppler and imagemagick 18 19## Shared 20- `npm install -g graphql-language-service-server eslint prettier vscode-langservers-extracted typescript-language-server @astrojs/language-server prettier-plugin-astro` 21- `cargo install --locked dprint gitui eza harper-ls rip2` 22- `cargo install coreutils jnv` 23- scoop install fd