/dotfiles

My dotfiles for easy Linux machine configuration

Primary LanguagePythonMIT LicenseMIT

Joveler's dotfiles

The repo contains my personal dotfiles.

Prerequisite

Install required programs and frameworks:

sudo apt update
sudo apt install git vim zsh tmux screen wget curl exuberant-ctags htop nmon iotop-c fio
chsh -s $(which zsh)

Install

Clone this repo and run install.sh:

git clone https://github.com/ied206/dotfiles.git ~/.joveler
~/.joveler/install.sh

The install script does not setup .bashrc by default. To overwrite it, pass bash argument:

~/.joveler/install.sh bash

Update

You may update the dotfiles with update.sh:

~/.joveler/update.sh

Support

  • tmux
  • screen
  • vim
  • zsh
    • zprezto
    • custom prompt
      zsh custom prompt screenshot
  • bash

License

Licensed under the MIT license.