Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/psi-4ward/dotfiles

Bash and vim konfiguration
https://github.com/psi-4ward/dotfiles

Last synced: 22 days ago
JSON representation

Bash and vim konfiguration

Awesome Lists containing this project

README

        

psi-dotfiles(1) -- Bash and vim konfiguration
=============================================

## INSTALLATION
`curl -sSL https://raw.githubusercontent.com/psi-4ward/dotfiles/master/install.sh | bash -s -- [OPTIONS]`

* `-t `:
Target directory to store the files. Default is $PWD/.dotfiles
* `-g`: Global installation using /etc/{bashrc.bashrc,vimrc,inputrc}

## HINTS
* `Alt .`:
Insert last argument from last cmd
* `Alt backspace`:
Delete word
* `Ctrl w`:
Delete argument
* `Ctrl a`:
Move cursor to beginning of line
* `Ctrl e`:
Move cursor to end of line
* `Ctrl r`:
Search the history
* `^search^replace`:
Take last cmd, replace *search* with *replace* and execute it
* `!^`, `!$', '!*', '!:2':
First, last, all, second Argument of the **previous** command
* `!#^`, `!#$', '!#:2':
First, last, second Argument of the **current** command
* `cd -`:
Go to last directory


## ALIASES/FUNCTIONS

* `backup [file ...]`:
Create a copy of the files or directories and append current date-time
* `cd --`:
List recently used directories with a numeric key, enter a directory using `cd -2`
* `clip`:
Copy stdin to clipboard
* `curl-head`:
Curl GET-Request but drop the content body
* `curl-resolve IP URL`:
Curl GET-Request but resolve Host to given IP (useful for vHost checking)
* `diff`:
Use colordiff if installed
* `dotfiles-update`:
Update the dotfiles
* `dotfiles-remoteinstall user@host[:port]`:
install dotfiles using ssh on a remote machine
* `ips`:
Show my IPs
* `listen [proc]`:
List all TCP/UDP connections (for a given process)
* `mcd `:
Make a directory and cd into it
* `mysqldump`:
Mysqldump with utf8 charset
* `now`:
Outputs current date with time
* `nowdate`:
Outputs current date
* `pscpu`:
Get top process eating cpu ##
* `psg `:
Find a process by name
* `psmem`:
Get top process eating memory
* `showhelp`:
Show this helpscreen
* `uscp`:
scp command but ignore KnownHostsFile
* `ussh`:
ssh command but ignore KnownHostsFile

## Author
Christoph Wiechert

LICENSE: MIT

https://github.com/psi-4ward/dotfiles