All Projects → mislav → Dotfiles

mislav / Dotfiles

bash, zsh, git, tmux, personal toolbox

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Dotfiles

Dotfiles
🚀 My setup for linux kernel based operating systems. Managed as a bare repository
Stars: ✭ 44 (-95.75%)
Mutual labels:  tmux, dotfiles
Dotfiles
My dotfiles 💻 🔨
Stars: ✭ 25 (-97.58%)
Mutual labels:  tmux, dotfiles
Dotfiles
A repository that gathered files starting with dot
Stars: ✭ 701 (-32.27%)
Mutual labels:  tmux, dotfiles
Dotfiles
Dotfiles for unix, managed by GNU stow.
Stars: ✭ 617 (-40.39%)
Mutual labels:  tmux, dotfiles
Dotfiles
`~/dotfiles` to setup my dev env on macOS based around `neovim` and `tmux`
Stars: ✭ 20 (-98.07%)
Mutual labels:  tmux, dotfiles
Jarvis
Dotfiles for a powerful, web development-focused environment powered by Neovim, iTerm2, tmux, and zsh
Stars: ✭ 617 (-40.39%)
Mutual labels:  tmux, dotfiles
Takumi
Takumi, clean and elegant dotfiles
Stars: ✭ 22 (-97.87%)
Mutual labels:  tmux, dotfiles
Dotfiles
⚙ Dotfiles for Linux &macOS
Stars: ✭ 275 (-73.43%)
Mutual labels:  tmux, dotfiles
Wincent
💾 Dot-files
Stars: ✭ 882 (-14.78%)
Mutual labels:  tmux, dotfiles
Dotfiles
My bash, tmux, and vim configs
Stars: ✭ 14 (-98.65%)
Mutual labels:  tmux, dotfiles
Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (-46.47%)
Mutual labels:  tmux, dotfiles
Dotfiles
My dotfiles 🚀. Includes configs for neovim, tmux, zsh, alacritty and more.
Stars: ✭ 47 (-95.46%)
Mutual labels:  tmux, dotfiles
Dotfiles
●📄 Ryan McGeary's configuration shiznit that makes him productive
Stars: ✭ 278 (-73.14%)
Mutual labels:  tmux, dotfiles
Dotfiles
i3 + Plasma: using the i3 window manager on the top of KDE Plasma and other dotfiles, configurations, scripts, workarounds and practises from my Debian Sid machines.
Stars: ✭ 651 (-37.1%)
Mutual labels:  tmux, dotfiles
Dotfiles
My config files
Stars: ✭ 276 (-73.33%)
Mutual labels:  tmux, dotfiles
Dotfiles
My dotfiles.
Stars: ✭ 5 (-99.52%)
Mutual labels:  tmux, dotfiles
Dotfiles
dotfiles for vim, git, zsh, cwm, xinit, and many others. Install with: lndir -silent /path/to/dotfiles $HOME
Stars: ✭ 263 (-74.59%)
Mutual labels:  tmux, dotfiles
.dotfiles
There's no place like ~ !
Stars: ✭ 265 (-74.4%)
Mutual labels:  tmux, dotfiles
Dotfiles
🔘 neovim, zsh, tmux, iTerm2, macOS dotfiles
Stars: ✭ 7 (-99.32%)
Mutual labels:  tmux, dotfiles
Dotconfig
Development environment setup
Stars: ✭ 27 (-97.39%)
Mutual labels:  tmux, dotfiles

dotfiles

Mislav's configuration files for bash, zsh, git, ruby, and more.

Installation

Clone somewhere, then run the install script:

$ git clone git://github.com/mislav/dotfiles.git ~/dotfiles
$ ~/dotfiles/script/bootstrap

Note that this will also install my vimfiles if ~/.vim is missing, set up rbenv if ~/.rbenv is missing, and install Homebrew formulae and OS X apps per Brewfile. These dotfiles are tailored for me, so if this is too much for you to take in at once, consider cherry-picking just the functionality you need.

The install script won't overwrite your existing dotfiles, but will symlink the ones that don't exist. If you want to replace your existing dotfiles, simply move them to a backup location and run install again.

Misc. commands in bin

Check the bin directory for awesome commands such as:

  • ansi2html
  • git-unreleased
  • pair
  • proxy
  • tmux-session

zsh

  • enables completions

  • enables Emacs key bindings:

    • C-a/C-e - beginning/end of line
    • C-r/C-s - incremental history search backward/forward
  • C-x C-e - edit current command-line in $EDITOR

  • shell prompt includes:

    1. current directory
    2. last command failed status indicator
    3. git branch
    4. rbenv version
  • autobin - whitelists current directory's bin dir that it should get prepended to $PATH whenever we cd into this project and removed when we leave.

ruby

  • sc - smart script/console; works for Rails 2, Rails 3, Sinatra
  • ss - smart script/server; works for Rails 2, Rails 3
  • sr - Passenger/Pow server restart (touch tmp/restart.txt)

git

  • gl - git pull
  • gp - git push
  • gd - git diff
  • gc - git commit -v
  • gca - git commit -v -a
  • gb - git branch -v
  • st - git status -sb
  • gco - git checkout

tmux

  • C-h/j/k/l - switch to pane in the given direction
  • C-\\ - toggle between last active panes

Under tmux prefix C-a:

  • C-l - clear terminal
  • S - switch to a session that starts with given name, or switch to the last session if no name given
  • m - open man page in a vertical split
  • g - tail log/development.log in a new window
  • R - source ~/.tmux.conf after changes

Regular tmux keybindings:

% vertical split
" horizontal split
! break pane into new window
c new window

o select next pane
{ swap pane with previous
} swap pane with next
n next window
p previous window
) next session
( previous session
; select previously active pane
l select previously active window

s interactive session & window browser
w interactive window browser

$ rename session
, rename window

: command prompt
d detach
f search text in open windows

[ copy mode
] paste buffer
# list buffers
- delete buffer
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].