Commit Graph

29 Commits

Author SHA1 Message Date
6ff659e7b8 fix ascii :-) 2025-04-01 19:22:36 +02:00
d9c8a63b11 Update README.md
Add fzf
2019-12-05 13:50:51 +01:00
d2d7cf0688 fix ack installation 2016-12-26 17:57:12 +01:00
8f391ee1b6 Update README.md 2016-11-23 10:28:24 +00:00
0961fac73d update installation 2016-11-05 00:58:11 +01:00
a9cf93e7b2 add Gundo.vim 2016-08-09 21:33:23 +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
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
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
85366412df update 2016-08-05 18:33:03 +02:00
ef2ff04915 add tmux-urlview plugin 2016-08-04 22:40:45 +02:00
5c2d37e72f update 2016-08-04 22:28:14 +02:00
7bcddacb48 amall changes 2016-08-04 21:20:43 +02:00
628c3c3da4 update readme 2016-08-04 21:17:50 +02:00
81386e3b1b update readme 2016-08-04 21:03:07 +02:00
93d66cbd6e Change install instructions and update function to handle git submodules 2016-08-04 19:56:36 +02:00
0770ee9826 Update README.md 2016-07-02 23:50:11 +00:00
0bf5480e6c update 2016-04-23 15:53:19 +02:00
5f862caaa4 ASCII Art 2016-04-14 21:55:51 +02:00
867beb7fbc ASCII Art 2016-04-14 21:51:54 +02:00
d8650eca80 easy update dotfiles 2016-04-14 20:34:41 +02:00
1555b55451 Update README.md 2016-04-14 20:05:33 +02:00
9d0dad5cf6 add ~/bin to path & update README 2016-04-14 20:04:50 +02:00
70a99dc266 initial commit 2016-04-14 19:50:33 +02:00
50ba73a682 Initial commit 2016-04-14 19:03:04 +02:00