Skip to content

Latest commit

 

History

History
84 lines (75 loc) · 1.25 KB

README.md

File metadata and controls

84 lines (75 loc) · 1.25 KB

My Tools

Collection of tools for development.

The shell scripts will automatically install and configure the tools listed in the Installed Tools section. More tools are mentioned in the Other Tools section.

Installation

chmod +x my-tools.sh
chmod +x oh-my-zsh.sh
  1. Run with sudo.
sudo ./my-tools.sh
  1. Run without sudo.
./oh-my-zsh.sh
  1. Accept oh-my-zsh as default shell.
  2. When the ZSH shell opens type "exit" and press enter so the script continues executing.

Installed tools

  • zsh
  • oh-my-zsh
  • terminator
  • git
  • tig
  • nano
  • curl
  • wget
  • autojump
  • vscode
  • thunderbird

Oh-my-zsh

The following plugins are enabled:

  • autojump
  • command-not-found
  • encode64
  • git
  • git-flow
  • github
  • history-substring-search
  • pip
  • systemd
  • colored-man-pages

Sets the theme dieter.

Other tools (not automated)

  • Ranger
  • Docker/Rocker
  • Planner (Flatpak)
  • Firefox Add-ons
    • Ublock Origin
    • I don't care about cookies
    • Dark Reader
  • Python
    • Poetry
    • Pyenv
    • Ruff
    • Black
    • isort
    • flake8
  • C++
    • Valgrind
  • VSCode Extensions
    • C++
      • Better C++ Syntax
      • C-mantic
      • clangd
    • Python
      • Python
      • Pylance
    • Dev Containers
    • GitLens
  • Tmux