Commit Graph

273 Commits

Author SHA1 Message Date
c03cd09717 correct (t)imestamp 2024-11-27 22:00:59 +01:00
e076cbd0f3 remove some unicode chars 2024-11-12 22:31:18 +01:00
1b0580708d update 2024-10-30 22:47:05 +01:00
365c76ba65 update 2024-10-27 11:48:17 +01:00
8f23f64137 no relative line numbers in vim 2024-10-21 20:46:08 +02:00
4d4ba449a2 dont use udot everytime 2024-10-21 20:41:46 +02:00
b0a7f8f6cc small updates 2024-10-21 20:27:48 +02:00
165c508068 Update shell startup 2024-10-19 17:43:37 +02:00
80cadf8e58 update 2024-10-19 00:21:40 +02:00
192fc23e47 update 2024-10-18 22:28:45 +02:00
f406392ca1 update 2024-10-18 22:23:40 +02:00
9a88d4110b update 2024-10-18 22:22:43 +02:00
ece099b6a4 update 2024-10-18 22:19:09 +02:00
a850f644de update 2024-10-18 22:14:58 +02:00
c040b16e6f plugin changes 2024-09-14 20:00:45 +02:00
Michael Förster
17553facba Some small changes for homebrew 2024-09-06 21:06:56 +02:00
d9c8a63b11 Update README.md
Add fzf
2019-12-05 13:50:51 +01:00
ac09eba6e4 update 2017-09-20 17:57:35 +02:00
Förster
f06a7abbff add iterm2 shell integration 2017-09-19 14:45:34 +02:00
d2d7cf0688 fix ack installation 2016-12-26 17:57:12 +01:00
7c04587c43 correct handling between different tmux versions 2016-12-03 02:59:49 +01:00
8f391ee1b6 Update README.md 2016-11-23 10:28:24 +00:00
c7af3b4870 add wrk description 2016-11-05 02:13:55 +01:00
f7d258f819 correct c&p typo 2016-11-05 02:10:55 +01:00
0961fac73d update installation 2016-11-05 00:58:11 +01:00
61656db6b4 tell vim that my iTerm Terminal is capable of 256 colors even when running inside tmux 2016-11-05 00:57:38 +01:00
39afe0b0ec add vim-markdown plugin 2016-10-07 22:54:58 +02:00
93112665c5 add vim supertab plugin 2016-09-22 19:04:51 +02:00
ebfb63c422 use F2 to toogle listchars 2016-09-18 14:27:33 +02:00
3d4cd0c6ca remove listchars, because copy/past probmen 2016-09-18 14:16:34 +02:00
5a1bda3829 add vim nginx filetype 2016-08-14 23:22:04 +02:00
a9cf93e7b2 add Gundo.vim 2016-08-09 21:33:23 +02:00
8528722af7 add .ackrc 2016-08-09 21:09:49 +02:00
74e4d49347 some vim improvements
* add vim-ack
* define ,+w to open window verticaly
* add set relativenumber
* add set gdefault
2016-08-09 20:46:50 +02:00
f536830bf9 fix dotfiles ascii art (forgot to escape one \) 2016-08-09 19:52:01 +02:00
dcc33835f3 enable oh-my-zsh colored-man-pages plugin 2016-08-09 17:50:55 +02:00
d2b5f660cc add autoclose option (deaktivated) 2016-08-08 23:24:22 +02:00
9cc4153559 do not open nerdtree by default
show hidden files by default
2016-08-08 23:17:27 +02:00
51814f1bc6 add nerdtree and nerdtree-git-plugin to vim 2016-08-08 23:07:26 +02:00
1e1a50b3f0 remove .netrwhist 2016-08-08 22:31:29 +02:00
530322cb03 add tmux-urlview link 2016-08-08 19:43:41 +02:00
38ea145d71 small changes
## To make a commit, type your commit message and press SUPER-ENTER. To cancel
## the commit, close the window. To sign off on the commit, press SUPER-S.
##
## You may also reference or close a GitHub issue with this commit.  To do so,
## type `#` followed by the `tab` key.  You will be shown a list of issues
## related to the current repo.  You may also type `owner/repo#` plus the `tab`
## key to reference an issue in a different GitHub repo.

diff --git a/README.md b/README.md
index 8d62e78..91a611c 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,8 @@ This repo is a store my personal Debian and macOS dotfiles. I use zsh as default
 Some of configuration assets, needs [Nerd Fonts](https://github.com/ryanoasis/nerd-fonts) to be installed. You have to install the font only on the host side (your macOS or your Windows maschine).

 ### Installation of Nerd Fonts
+Here are only quick installation steps. For full reference visit [Nerd Fonts](https://github.com/ryanoasis/nerd-fonts) on Github.
+
 #### Linux
 ```sh
 mkdir -p ~/.local/share/fonts
@@ -49,7 +51,7 @@ cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complet
 Download [Droid Sans Mono for Powerline Nerd Font Complete Mono Windows Compatible.otf](https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20for%20Powerline%20Nerd%20Font%20Complete%20Mono%20Windows%20Compatible.otf) and put it in your font folder.

 ### iTerm2 Setup non-ASCII Text Font
-I am currently using Source Code Pro as my default font, which does not include Powerline support. In addition to this, I do have nerd-fonts installed and configured to be used for non-ascii characters.
+I'm currently using [Source Code Pro](https://github.com/adobe-fonts/source-code-pro) as my default font, which does not include Powerline support. In addition to this, I do have nerd-fonts installed and configured to be used for non-ascii characters.

 Then, you have configure the fonts in iTerm2:
2016-08-06 16:14:25 +02:00
c7b9eff57b * change font to Nerd Fonts
* add vim plugin vim-devicons
* change iTerm2 configuration
2016-08-06 16:07:10 +02:00
7109948b3a update 2016-08-06 15:56:38 +02:00
b6a515b995 iTerm2 Setup non-ASCII Text Font Screenshot 2016-08-06 15:46:03 +02:00
3edd717fcb add a smapp perl script to bin to show all 256 colors 2016-08-06 15:16:12 +02:00
c87a4bc4d5 fix bg color of tmux status bar 2016-08-06 15:15:30 +02:00
79c101bb1d update 2016-08-05 19:57:16 +02:00
5800f72189 fix 2016-08-05 19:48:32 +02:00
67ae256d1e some tmux shortcuts 2016-08-05 19:47:45 +02:00