torikatsupg / dotconfig

dotconfig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to setup

setup zinit

  1. bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/zdharma-continuum/zinit/HEAD/scripts/install.sh)"

linking

  1. ln -s $(pwd)home/.zshrc ~/.zshrc
  2. ln -s $(pwd)home/.tmux.conf ~/.tmux.conf
  3. ln -s $(pwd)nvim ~/.config/nvim
  4. ln -s $(psd)alacritty ~/.config/alacritty

Install foundations

  1. brew install rg
  2. brew install fd
  3. brew install jq
  4. brew install fzf
  5. brew install ghq

anyenv

  1. brew install anyenv
  2. anyenv install nodenv (required by copilot)

build alacritty

  1. brew install rustup

setup vim-startuptime

  1. brew install go
  2. go install github.com/rhysd/vim-startuptime@latest

build nvim

WIP

  1. brew install nvim

Install font

  1. JetBrainsMono Nerd Font Complete

Touch ID for sudo command

ln -s $(pwd)/etc/pam.d/sudo_local /etc/pam.d/sudo_local

About

dotconfig


Languages

Language:Lua 88.3%Language:Shell 11.7%