redant333 / dotfiles

My collection of dot files and scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dot files

This is a repository that contains dot files and scripts that I use on Linux and Windows. Below is the summary of what each folder contains. Feel free to take a look around.

πŸ“‚ autohotkey

Two AutoHotkey scripts,

  • mode56.ahk - introduces a new modifier key which enables Vim style hjkl navigation.
  • winLetterHotkeys.ahk - inspired by 80/20 rule, binds activation of most commonly used windows to Win+Letter hotkeys which replaces Alt+Tabbing.

πŸ“‚ git

Simple .gitconfig with custom log format and some tig settings.

πŸ“‚ guake

Settings for minimal Guake appearance. Tabs and splits are handled by TMUX, so guake is set to be tabless and borderless.

πŸ“‚ snippets_script

A dmenu based script for inserting long text snippets for situations when aliases and functions are not applicable. See README.md for more info.

πŸ“‚ tmux

TMUX setup with custom hotkeys, modified look and tmux-picker.

πŸ“‚ vim

A simple vim setup with custom theme and vim-sneak.

πŸ“‚ vimium

Settings for Vimium Chrome extension. Mostly here because of custom search engines.

πŸ“‚ vscode

VisualStudio Code settings and keybindings. Also contains a list of useful extensions.

πŸ“‚ zsh-oh-my-zsh

.zshrc for use with oh-my-zsh. Most notable features:

  • Syntax highlighting for less
  • Bunch of aliases
  • A nice calculator function (execute with c 1 + 3)
  • Custom theme (because oh-my-zsh does not have enough of them, it seems)

About

My collection of dot files and scripts.


Languages

Language:Shell 81.4%Language:AutoHotkey 11.1%Language:Vim Script 7.5%