undrivendev / dotfiles

undrivendev's dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

undrivendev's dotfiles. The configuration impacts mainly zsh appearence and tmux behaviour.

Prerequisites

  1. Install ohmyzsh, best done with the package manager of your distro. Alternatively: sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)".
  2. Install powerlevel10k zsh theme for ohmyzsh: git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
  3. Install zsh-autosuggestions: git clone https://github.com/zsh-users/zsh-autosuggestions --depth=1 ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
  4. Install tpm: git clone --depth=1 https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
  5. Install a nerd font. That's needed because the theme makes extensive use of glyphs not included in standard fonts.
  6. Install and source tmux plugins while inside tmux with prefix + I shortcut (it will reload).

About

undrivendev's dotfiles

License:MIT License


Languages

Language:Shell 92.1%Language:Lua 7.1%Language:Vim Script 0.8%