Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/psi-4ward/dotfiles
- Owner: psi-4ward
- Created: 2015-07-29T09:50:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T13:21:55.000Z (about 7 years ago)
- Last Synced: 2024-12-09T08:46:43.548Z (25 days ago)
- Language: Vim script
- Size: 140 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 WiechertLICENSE: MIT
https://github.com/psi-4ward/dotfiles