All Projects → moraisaugusto → another-dotfiles

moraisaugusto / another-dotfiles

Licence: MIT License
dotfiles configurations

Programming Languages

Vim Script
2826 projects
shell
77523 projects
Vim Snippet
174 projects
python
139335 projects - #7 most used programming language
lua
6591 projects
c
50402 projects - #5 most used programming language

Another Dotfiles

Another dotfiles is a collection of ZSH and VIM configurations based on robbyrussell/oh-my-zsh and Personal settings.

Preview (Arch, i3, vim...)

screen 1 screen 2 screen 1 screen 4

Prerequisites

  • Linux (tested on Debian and Arch)
  • Zsh
  • wget
  • git
  • vim
  • xsel # for copy/paste tmux/X11

Fonts

  • Gnome https://github.com/powerline/fonts
    • Interface: Meslo LG L for Powerline RegularForPowerline - 10
    • Window Titles: Meslo LG L DZ for Powerline Bold - 11
    • Documents: Sans Regular - 11 (default)
    • Monospace: Monospace Regular - 11 (default)
    • Terminal (guake): Source Code Pro for Powerline - 10
    • Guake (color scheme): Frontend Delight

Gnome (I don't use gnome anymore)

  • GTK theme configuration

Dump Gnome current confs

$ gconftool-2 --dump / > gconf_dump.xml $ gconftool-2 --unload clean-settings.xml

Load Gnome confs

$ gconftool-2 --load gconf_dump.xml

  • Tweaks
    • Global Dark Theme: On
    • Icons: Numix-Circle
    • Theme: Adwaita (default)

Installation

Download the following install file and run it.

bash -c "$(wget https://raw.githubusercontent.com/aflavio/another-dotfiles/master/install.sh -O -)"

When the installation finish, do:

source .zshrc

Init.d Scripts

Added a script that restart (unload/load) ethernet drive. It's usefull for r8169 ethernet drive when the system is resumed from suspended state.

Enabling Plugins

The install file automatically download and install all vim Plugins. Normally, you don't need run the command: vim +Pluginstall +qall. But, if it's fails, run again.

vim +PlugInstall +qall

Themes

Default themes are: agnoster for ZSH and solarized dark for vim.

Selecting a Theme

ZSH

Edit the .zshrc and change the line:

ZSH_THEME="agnoster"

VIM

Edit the .vimrc and change the line:

let g:airline_theme='solarized' # Check the others themes
colorscheme solizared 

Vim Themes are based on Airline vim-airline/vim-airline. There are some Colorscheme installed too Tomorrow.

Recommend tools

Network (Wifi and Ethernet)

  • connman | connman-gtk (Aur)

License

Another Dotfiles is released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].