/qles

Quick Linux environment setup script. Including zsh, vim, tmux, etc.

Primary LanguageShell

qles - Quick Linux Environment Setup Script

Quick Start

bash -c "$(curl -fsSL https://raw.githubusercontent.com/engine210/qles/master/main.sh)"

content

  • zsh

    • Change shell to zsh
    • Install oh-my-zsh
    • Change oh-my-zsh setting and theme
  • vim

    • Change vim setting
    • Change vim theme
  • tmux

    • Change tmux setting
  • git

    • Setup my name and email
    • Note: You should change to your own name and email in tasks/git/files/.gitconfig

Requirement

  • bash
  • curl or wget
  • git