spacetimeq-inc/test-drive

Install List

オープン

#1 opened on 2025/04/21

 (0 件のコメント) (0 件のリアクション) (1 人の担当者) (0 件のフォーク)auto 404
documentationgood first issue

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Windows 11

  • Windows Terminal install Ctrl+Shift+P
  • Windows Subsystem for Linux, WSL 2 install wsl -l -o wsl --install -d <Distribution Name>
  • ripgrep: winget install BurntSushi.ripgrep.MSVC
  • fd: winget install sharkdp.fd

Linux (Debian)

# To check installed location
$ type -a [command]
$ which [command]
  • Hack Nerd Font Mono install nerd-fonts
  • neofetch sudo install neofetch
  • htop sudo apt install htop
  • bottom sudo apt install bottom
  • eza cargo install eza (formerly exa)
  • bat sudo apt install bat
  • git sudo add-apt-repository ppa:git-core/ppa; sudo update; sudo apt install git ※ v >= 2.42 for fzf-git.sh
  • GitHub CLI gh (~/.config/gh) debian
  • delta releases sudo dpkg -i git-delta_0.18.2_amd64.deb raspi:git-delta_0.18.2_arm64.deb
  • fzf install # check Ctrl+t. ※Check if version < 0.48.0 apt show fzf then sudo apt remove fzf
  • fzf-git.sh gh repo clone junegunn/fzf-git.sh .zshrc: source ~/fzf-git.sh/fzf-git.sh
  • fd: sudo apt install fd-find sudo ln -s $(which fdfind) ~/.local/bin/fd
  • zsh sudo apt install zsh
    • oh-my-zsh (~/.oh-my-zsh) curl
    • oh-my-zsh plugins install
      • zsh-autosuggestions git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
      • zsh-syntax-highlighting git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
      • zsh-fast-syntaxt-highlighting git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/fast-syntax-highlighting
      • zsh-autocomplete git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git $ZSH_CUSTOM/plugins/zsh-autocomplete
    • zoxide install curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash
  • tmux build from git
  • build-essential etc sudo apt install build-essential
  • ripgrep sudo apt install ripgrep
  • golang (~/.config/go) download
  • rust (~/.cargo) curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  • Lua make ※ Embeded LuaJIT 2.1.0 is compatible with Lua 5.1
  • LuaRocks build
  • NeoVim download AppImage :checkhealth
  • NvChad (~/.config/nvim) pre git clone https://github.com/NvChad/starter ~/.config/nvim && nvim
  • asdf (~/.config/asdf) install go install github.com/asdf-vm/asdf/cmd/asdf@v0.16.0 releases
    • nodejs asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git && asdf list all nodejs
    • yarn asdf pllugin add yarn && asdf list all yarn
    • python asdf plugin add python && asdf list all python 3
  • pnpm install curl -fsSL https://get.pnpm.io/install.sh | sh -
  • openssh-server (~/.ssh) sudo apt install openssh-server
  • tailscale - WireGuardGo mesh VPN debian curl -fsSL https://tailscale.com/install.sh | sh
  • aws CLI (~/.aws) linux
  • lazygit - git mergetool (~/.config/lazygit) ubuntu raspi
  • yazi - file manager (~/.config/yazi) debian cargo install --locked yazi-fm yazi-cli
  • tldr yarn global add tldr
  • thefuck python -m pip install thefuck # not working good
  • httpie install
  • wslu - wsl utilities install sudo add-apt-repository ppa:wslutilities/wslu

$ asdf list
nodejs
  18.20.7
 *20.19.0
  22.14.0
python
  2.7.18
 *3.12.9
yarn
 *1.22.22

python -m pip install --upgrade pip

コントリビューターガイド