This repo is more of a collection of things that you might find useful rather than a generic solution for every user.
Install with
cd $HOME
wget https://raw.githubusercontent.com/uberspot/dotfiles/master/.install.sh -O temp_install.sh
chmod +x temp_install.sh
./temp_install.sh
rm temp_install.sh
GTK and Icons theme: Vertex
If you wanna know the dependencies check .gitmodules and .install.sh (arch linux specific)
- zsh/bashrc key bindings, better autocompletion, ls coloring and generally improved behavior in the shell (check .zshrc, .bashrc, .inputrc, .shellrc ).
- pretty theme for zsh (check .extra/zsh_custom/themes/code.zsh-theme ) and .bash_prompt)
- lots of useful aliases and functions (check .alias, .funcs).
- keybindings and better functionality in vim/neovim (check .vimrc, .vim/). Neovim uses the same config but it is symlinked in .install.sh.
- some configs from /etc in .etc/
- really useful aliases and improved behavior for git .gitconfig. Add your own modifications and private username, email to .gitconfig.user. It is sourced by gitconfig automatically.
- custom user.js file + smaller changes for firefox in .mozilla/firefox/customchanges/. You can copy those files to your own firefox profile.
- useful keybindings and custom actions for openbox, thunar, terminator and other apps in .config/.
I've tried to add comments in those configs that explain most of the functionality.