/configs

Some cli tweaks for the daily work

Primary LanguageShell

Configs

CI

This repo includes some of my personal tool preferences.

Install some dependencies:

apt-get install -yq vim vim-pathogen

ZSH

  • install oh-my-zsh
  • add powerlevel10k-theme, e.g.:
    • install
      • mkdir -p ~/Workspace/apps
      • cd ~/Workspace/apps
      • git clone https://github.com/romkatv/powerlevel10k.git
    • config
      • vim ~/.zshrc
      • search for line ^ZSH_THEME= and comment line
      • add source $HOME/Workspace/apps/powerlevel10k/powerlevel10k.zsh-theme
      • exit
    • sync zshrc via source ~/.zshrc
    • prompt configs
      • choose:
        • answer the questions
        • cp .p10k.zsh ~/.p10k.zsh

Weblinks