Skip to content

ikuamike/dotfiles

Repository files navigation

My setup is used on Ubuntu and Kali Linux running Gnome DE.

terminal

Vim

I use Vundle as my plugin manager.

Plugins

Zsh

I use oh-my-zsh and all plugins come out of the box which is great!

Plugins

  • Git
  • Tmux

Gnome Shell Extensions

Extenstions Setting
Applications Menu Off
Desktop Icons Off
Hide Activities Button On
Horizontal workspaces On
Places Status Indicator Off
Tray Icons Off
User Themes On
WinTile On
WorkSpace Indicator On

Quick Install

bash -c "$(wget -qO- https://raw.githubusercontent.com/ikuamike/dotfiles/master/install.sh)"

Inspiration

@mathiasbynens dotfiles.

@driesvints dotfiles.

Ultimate Vim Configuration by @amix.

Tmux-config by @samoshkin

Real Python article: VIM and Python – A Match Made in Heaven.