Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 891 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 891 Bytes

Qinitial

Quick Initailization Package

Quick Start

sudo bash sudo_install.sh
bash install.sh

Package Components

sudo_install

  1. Improve shell: zsh
  2. Network: curl, wget
  3. Git: gh, git
  4. Basic compile: build-essential
  5. Pyenv/Anaconda depedencies
  6. CLI tools: fd(a better find), ag(a better grep), bat(a better cat)

install

  1. Python virtual environment management: pyenv
  2. Vimrc: from github/vimrc
  3. Nvim and Nvim config: provided by @Chivier
  4. zsh config: .zinit and zshrc
  5. tmux config: from github/tmuxrc
  6. lazygit: a cli git tool

install Anaconda

pyenv install anaconda3-2024.02-1

install docker and docker-compose

sudo bash install_docker.sh

TODO

Update module management to TINA