/dotfiles

my dotfiles

Primary LanguageShell

Dotfiles

Configures

  • zsh (with powelevel10k)
  • tmux (with tpm)
  • neo(vim) (with vimplug)
  • and common aliases

installs extra terminal binaries

sudo -s

apt update -y && apt install curl git -y && \
    curl https://raw.githubusercontent.com/sreevardhanreddi/dotfiles/master/setup.sh | bash