/dotfiles

my dotfiles

Primary LanguageVim Script

Receipts for MacOS

iterm2

use it as default shell terminal and do in menu:

iterm2 -> install shell integration

More over, map ⌥ + Left and ⌥ + Right to go backward and forward a word, respectively. and also wanted to have Option+Delete kill a word.

Here’s the setup in menu:

Preferences -> Profiles -> Keys

Post there:

Key combination: ⌥ + Delete
Action: Send Escape Sequence: [dw

Key combination: ⌥ + Left
Action: Send Escape Sequence: [1\;9C

Key combination: ⌥ + Right
Action: Send Escape Sequence: [1\;9D

Tmux configuration

install tmux plugin manager

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

then run tmux and install all listed in configuration plugins via pressing

Ctrl+a + I

after that reload the configuration. All the plugins should be in place (status bar will be changed).

Receipts for tools

sdkman - conrolling using sdk versions on your host

curl -s get.sdkman.io | bash

install & prettify zsh

sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
brew install zsh-syntax-highlighting

Nuts & Bolts

archey -- all your system info in a console

brew install archey

rlwrap -- getting history for console commands where it is not present by default

brew install rlwrap

fasd -- quick access to files and directories for POSIX shells

brew install coreutils
brew install fasd

tree -- directory sructure as a tree for console

brew install tree

thefuck -- autocorrect for last unsuccessful command

brew install thefuck

tig -- console gui for git

brew install tig

pygmentize -- code syntax highlighting for console command like cat or less

sudo easy_install Pygments 

fzf -- command-line fuzzy finder

brew install fzf
/usr/local/opt/fzf/install

tmux -- Make it integrate with the OS X system clipboard

brew install reattach-to-user-namespace

font hasklig для idea

brew tap caskroom/fonts
brew cask install font-hasklig

mackup - synchro your configs via dropbox

brew install mackup

brew install antigen