dotfiles for bash
bash -c "$(wget -qO - 'https://raw.githubusercontent.com/darkiop/dotfiles/HEAD/install.sh')"
bash -c "$(wget -qO - 'https://raw.githubusercontent.com/darkiop/dotfiles/HEAD/install.sh')" '' all
bash -c "$(wget -qO - 'https://raw.githubusercontent.com/darkiop/dotfiles/HEAD/install.sh')" '' all load-bashrc
git clone https://github.com/darkiop/dotfiles $HOME/dotfiles
bash $HOME/dotfiles/install.sh
- navi <kbd>STRG</kbd> + <kbd>G</kbd> (~/dotfiles/cheats)
- vimrc
- motd for each hostname (~/dotfiles/motd)
- dategrep
- tmux
dategrep --start "12:00" --end "12:15" syslog
dategrep --end "12:15" --format "%b %d %H:%M:%S" syslog
dategrep --last-minutes 5 syslog
cat syslog | dategrep --end "12:15"
- https://github.com/koljah-de/simple-bash-prompt
- https://github.com/chubin/cheat.sh
- https://github.com/denisidoro/navi
- https://github.com/Peltoche/lsd
- https://github.com/sharkdp/bat
- https://github.com/amix/vimrc
- https://github.com/mdom/dategrep
- http://lnav.org
- https://github.com/gpakosz/.tmux
- https://dotfiles.github.io/tutorials/
- https://github.com/vim-airline/vim-airline
- https://github.com/vim-airline/vim-airline-themes
- https://github.com/starship/starship
- https://github.com/ryanoasis/nerd-fonts
- https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hack#quick-installation
- https://github.com/ranger/ranger
- https://github.com/brantb/solarized
- https://github.com/Bash-it/bash-it
- https://github.com/tmux
- https://github.com/seebi/dircolors-solarized
- https://github.com/clvv/fasd
- https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
- https://github.com/LeCoupa/awesome-cheatsheets/blob/master/languages/bash.sh
- https://github.com/aristocratos/bashtop
- https://github.com/reujab/silver
- https://github.com/existme/notes
- https://drasite.com/blog/Pimp%20my%20terminal#top-from-the-future
- https://ichi.pro/de/das-essential-bash-spickzettel-15514461037920
- https://wiki.ubuntuusers.de/Bash/Prompt
- https://www.linux.com/learn/enhancing-virtual-terminals-byobu
- https://www.cheatsheet.wtf/bash/
- https://shellmagic.xyz
- https://github.com/jlevy/the-art-of-command-line/blob/master/README-de.md
Key | Function |
---|---|
CTRL + A | jump to the beginning of a line |
CTRL + E | jump to the end of the line |
CTRL + R | reverse-search |
CTRL + C | interupt command |
CTRL + L | clear screen |
ALTGR + Mousewhell | bash history |
Key | Function |
---|---|
CTRL + G | show navi menu |
Prefix is CTRL + a
Key | Function |
---|---|
PREFIX + < | Split the screen vertically |
PREFIX + - | Split the screen horizontally |
PREFIX + c | create a new window |
PREFIX + t | create a new window |
PREFIX + w | close the window |
PREFIX + s | show windows |
PREFIX + , | rename window |
PREFIX + d | detach session |
PREFIX + TAB | switch between last and current window |
SHIFT + LEFT | switch to left window |
SHIFT + RIGHT | switch to right window |
PREFIX + z | pane > fullscreen |
PREFIX + r | reload tmux.conf |
F11 | pane > fullscreen |
PREFIX + ? | list shortcuts |
ALT + LEFT | switch to the left pane |
ALT + RIGHT | switch to the right pane |
ALT + UP | switch to the upper pane |
ALT + DOWN | switch to the lower pane |
PREFIX + CTRL + s | save tmux environment to ~/.tmux/resurrect |
PREFIX + CTRL + r | restore tmux environment |
PREFIX + $ | rename session |