An open API service indexing awesome lists of open source software.

https://github.com/fkhadra/dotfiles

My dotfiles for quick setup
https://github.com/fkhadra/dotfiles

Last synced: 11 months ago
JSON representation

My dotfiles for quick setup

Awesome Lists containing this project

README

          

# Dotfiles

My dotfiles for quick settings. For the moment the script work only for debian like distrib(debian, mint, ubuntu...).

## How to use

```sh
$ git clone https://github.com/fkhadra/dotfiles ~/dotfiles
$ sh ~/dotfiles/install.sh
```

Don't forget to override the .gitconfig username

## What will be installed

- [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) with agnoster and solarized theme
![Agnoster theme](https://cloud.githubusercontent.com/assets/2618447/6316862/70f58fb6-ba03-11e4-82c9-c083bf9a6574.png)

- [The ultimate vim :D](https://github.com/amix/vimrc)

Colors when editing a Python file:

![Screenshot 1](https://dnp4pehkvoo6n.cloudfront.net/07583008e4da885801657e8781777844/as/Python%20editing.png)

Opening recently opened files with the [mru.vim](https://github.com/vim-scripts/mru.vim) plugin:

![Screenshot 2](https://dnp4pehkvoo6n.cloudfront.net/1d49a88f9bd5d013c025bb1e1272a7d8/as/MRU%20plugin.png)

[NERD Tree](https://github.com/scrooloose/nerdtree) plugin in a terminal window:
![Screenshot 3](https://dnp4pehkvoo6n.cloudfront.net/ae719203166585d64728f28398f4b1b7/as/Terminal%20usage.png)

Distraction free mode using [goyo.vim](https://github.com/junegunn/goyo.vim) and [vim-zenroom2](https://github.com/amix/vim-zenroom2):
![Screenshot 4](https://dnp4pehkvoo6n.cloudfront.net/f0dcc4c9739148c56cbf8285a910ac41/as/Zen%20mode.png)

## Fix font issue

When your terminal use the system font, the specials characters will be not displayed correctly.
To fix it, you have to open your terminal preference and choose the font Meslo Lg Powerline regular

## TODO

- [ ] Add support for rhel flavor