Fixed Powerline gaps by using powerline default font for termite, vim keybindings for i3 window-focus, scrot instead of i3-scrot
This commit is contained in:
20
README.org
20
README.org
@@ -6,7 +6,7 @@ I'm using:
|
||||
- [[https://github.com/Airblader/i3][i3-gaps]]
|
||||
- [[https://www.archlinux.org/][Arch Linux]]
|
||||
- [[https://github.com/nana-4/materia-theme][Materia Theme]]
|
||||
- [[http://zsh.sourceforge.net][Z shell]]
|
||||
- [[http://zsh.sourceforge.net][zsh]]
|
||||
|
||||
** TODOS:
|
||||
|
||||
@@ -98,9 +98,20 @@ rm -rf ~/.*bash* # remove bash-stuff from your home directory.. don't do it if y
|
||||
*** Setting up Emacs
|
||||
I tried to make this as easy as possible. All packages should be installed automatically.
|
||||
|
||||
*** Setups
|
||||
Setting up some programs.
|
||||
**** "installing" the dotfiles.
|
||||
*** Font setup
|
||||
Full git [[https://github.com/powerline/fonts][here]].
|
||||
#+BEGIN_SRC sh
|
||||
git clone # clone
|
||||
git clone https://github.com/powerline/fonts.git --depth=1
|
||||
# install
|
||||
cd fonts
|
||||
./install.sh
|
||||
# clean-up a bit
|
||||
cd ..
|
||||
rm -rf fonts
|
||||
#+END_SRC
|
||||
|
||||
*** "Installing" the dotfiles.
|
||||
Take a look at already existing files and delete them if necessary.
|
||||
#+BEGIN_SRC sh
|
||||
git clone https://github.com/TuDatTr/dotfiles .dotfiles && cd .dotfiles
|
||||
@@ -125,3 +136,4 @@ This project is license under the GPL-3.0 License - see LICENSE file for details
|
||||
- [[https://www.reddit.com/r/unixporn/][unixporn - the home for *NIX customisation!]]
|
||||
- [[https://uigradients.com][uiGradients - Beautiful colored gradients]]
|
||||
- [[http://terminal.sexy/][terminal.sexy - Terminal Color Scheme Designer]]
|
||||
- [[https://github.com/powerline/fonts][powerline]]
|
||||
|
||||
Reference in New Issue
Block a user