update
This commit is contained in:
20
README.md
20
README.md
@@ -11,19 +11,23 @@ U| |_| |\.-,_| |_| | /| |\ \| _|/ | | \| |/__ | |___ u___) |
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
This repo is a store my personal Debian and macOS dotfiles.
|
This repo is a store my personal Debian and macOS dotfiles. I use zsh as default shell with [Oh My ZSH](http://ohmyz.sh/) framework and the nice [Cobalt2](https://github.com/wesbos/Cobalt2-iterm.git) theme always inside a tmux session.
|
||||||
|
|
||||||
***Feel free to use it. Be creative to enhance it - and share it!***
|
***Feel free to use it. Be creative to enhance it - and share it!***
|
||||||
|
|
||||||
|
**Warning:** These dotfiles reflect my personal settings. If you want to use it - wellcome! But review the settings and remove things, you don't want to need. Do not use it blindly. Use at your own risk!
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Dotfile handling via [dotfiles manager (dfm)](https://github.com/justone/dfm).
|
* Dotfile handling via [dotfiles manager (dfm)](https://github.com/justone/dfm). Install, update and uninstall of dotfiles is quiet easy.
|
||||||
* All vim, tmux, ... plugins are included as git-submodule. So you have the lastest version everytime you update via *udot* command.
|
* All vim, tmux, ... plugins are included as git-submodule. So you have the lastest version everytime you update via *udot* command.
|
||||||
* [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh.git) with fantastic [Cobalt2 theme](https://github.com/wesbos/Cobalt2-iterm.git).
|
* [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh.git) with fantastic [Cobalt2](https://github.com/wesbos/Cobalt2-iterm.git) theme.
|
||||||
* A useful vim configuration with pathogen plugin manager and some plugins: [syntastic](https://github.com/scrooloose/syntastic.git), [vim-airline](https://github.com/vim-airline/vim-airline.git), [vim-fugitive](https://github.com/tpope/vim-fugitive.git), [vim-tmux](https://github.com/tmux-plugins/vim-tmux)
|
* Some helpfull [aliases](aliases) and [functions](functions) for [docker](https://www.docker.com/) and more.
|
||||||
* My favorite tmux configuration and some tmux plugins: [tmux-prefix-highlight](https://github.com/tmux-plugins/tmux-prefix-highlight.git), [tmux-copycat](https://github.com/tmux-plugins/tmux-copycat), [tmux-resurrect](https://github.com/tmux-plugins/tmux-resurrect), [tmux-urlview](https://github.com/tmux-plugins/tmux-urlview)
|
* A useful [vim](http://www.vim.org/) configuration with [pathogen](https://github.com/tpope/vim-pathogen) plugin manager and some plugins: [syntastic](https://github.com/scrooloose/syntastic.git), [vim-airline](https://github.com/vim-airline/vim-airline.git), [vim-fugitive](https://github.com/tpope/vim-fugitive.git), [vim-tmux](https://github.com/tmux-plugins/vim-tmux)
|
||||||
|
* My favorite [tmux](https://tmux.github.io/) configuration and some tmux plugins: [tmux-prefix-highlight](https://github.com/tmux-plugins/tmux-prefix-highlight.git), [tmux-copycat](https://github.com/tmux-plugins/tmux-copycat), [tmux-resurrect](https://github.com/tmux-plugins/tmux-resurrect), [tmux-urlview](https://github.com/tmux-plugins/tmux-urlview)
|
||||||
* and many more ;)
|
* and many more ;)
|
||||||
|
* For local system-specific changes (proxy settings, etc.), you can create *~.commonrc.local*
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -35,10 +39,14 @@ This repo is a store my personal Debian and macOS dotfiles.
|
|||||||
$ ./bin/dfm install
|
$ ./bin/dfm install
|
||||||
|
|
||||||
## Update
|
## Update
|
||||||
$ updot
|
For easy update the complete dotfiles (inlc. all submodules) you can use *udot* command:
|
||||||
|
|
||||||
|
$ udot
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
### macOS
|
### macOS
|
||||||
* tmux: To show mem, cpu, load stats, you have to install tmux-mem-cpu-load (https://github.com/thewtex/tmux-mem-cpu-load)
|
* tmux: To show mem, cpu, load stats, you have to install tmux-mem-cpu-load (https://github.com/thewtex/tmux-mem-cpu-load)
|
||||||
* tmux-urlview: brew install urlview extract_url
|
* tmux-urlview: brew install urlview extract_url
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
Suggestions, corrections or improvements are welcome!
|
||||||
|
|||||||
Reference in New Issue
Block a user