/dotfiles

Personal configuration files for *sh, Editors, Tmux, Terminals and more.

Primary LanguageShellMIT LicenseMIT

Dotfiles

License Pipeline Status Powered by Antibody

Personal configuration files for *sh, Editors, Tmux, Terminals and more.

screenshot 1

Installation

Dependencies

First, make sure you have all those things installed:

  • git: to clone the repo
  • curl: to download some stuff
  • tar: to extract downloaded stuff
  • zsh: to actually run the dotfiles
  • sudo: some configs may need that

Install

Then, run these steps:

$ git clone https://github.com/tp5uiuc/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ ./script/bootstrap
$ zsh # or just close and open your terminal again.

All changed files will be backed up with a .backup suffix.

Thanks

Inspired from carlos' dotfiles