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
- Host: GitHub
- URL: https://github.com/fkhadra/dotfiles
- Owner: fkhadra
- Created: 2017-07-15T18:49:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T20:47:19.000Z (over 8 years ago)
- Last Synced: 2024-12-30T15:38:07.047Z (about 1 year ago)
- Language: Shell
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

- [The ultimate vim :D](https://github.com/amix/vimrc)
Colors when editing a Python file:

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

[NERD Tree](https://github.com/scrooloose/nerdtree) plugin in a terminal window:

Distraction free mode using [goyo.vim](https://github.com/junegunn/goyo.vim) and [vim-zenroom2](https://github.com/amix/vim-zenroom2):

## 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