Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.26 KB

README.md

File metadata and controls

49 lines (39 loc) · 1.26 KB

My Dot Files

My config files, aka dotfiles, heavily commented.

Required software

sudo apt install \
    safe-rm \
    ruby \
    jq \
    xclip \
    htop \
    tree \
    libnotify-bin \
    imwheel
  • safe-rm: safer rm command for not crying in despair after rm -rf /home/tom /something (notice the space)
  • ruby: required for git wtf script
  • imwheel: to use the additional buttons of my mouse to close tabs and windows

Installation

git clone https://[email protected]/tomsquest/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh

Main features

  • Heavily commented ZSH configuration: completion, key bindings...
  • Heavily commented Vim configuration: plugins, key bindings...
  • ZSH plugins with Zgen
  • Vim config, using Vundle
  • Bash "Sensible" config
  • Linux Brew to install utilities (Eza, Jump, Fzf, etc.)
  • Search file and directories with Fzf
  • Git config
  • etc.

The current prompt is simple and efficient:

  • Time, Directory, Git branch/state, Last command error if it failed
  • A separator bar between each command
  • No useless icon
  • Pastel colors

prompt.png