Skip to content

📁 Config files for zsh, vim and many more. Heavily commented

License

Notifications You must be signed in to change notification settings

tomsquest/dotfiles

Folders and files

NameName
Last commit message
Last commit date
Nov 12, 2024
Dec 3, 2024
Oct 22, 2024
Jun 28, 2018
Aug 7, 2018
Jan 5, 2025
May 16, 2018
Jul 29, 2013
Oct 22, 2024
Oct 25, 2024
Oct 7, 2024
Mar 31, 2020
Feb 7, 2017
Nov 7, 2024
Jan 21, 2019
Sep 18, 2023
Jan 17, 2019
Nov 10, 2022
Feb 15, 2018
Sep 11, 2018
Oct 25, 2024
Oct 10, 2024
Aug 7, 2018
Nov 7, 2024
Nov 7, 2024

Repository files navigation

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://tomsquest@github.com/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

About

📁 Config files for zsh, vim and many more. Heavily commented

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published