Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tlatsas/dotfiles_linux

my dotfiles and scripts
https://github.com/tlatsas/dotfiles_linux

Last synced: 12 days ago
JSON representation

my dotfiles and scripts

Awesome Lists containing this project

README

        

dotfiles
--------
System configuration files and scripts.

setup
-----

Main applications include:

* xmonad
* xmonad-contrib
* xmobar
* trayer
* nitrogen
* rxvt-unicode
* urxvt-perls
* autocutsel
* vim
* ctags
* tmux
* udiskie
* slock
* scrot
* gnome-keyring
* nm-applet

Other applications that help productivity:

* chruby/ruby-install
* vault
* virtualenv/virtualenvwrapper
* latexmk

For style:

* Gnome themes standard
* Faenza-dark icons
* xcursor-comix
* LS_COLORS for file colors in terminal

There are also some old configs for applications that I don't use anymore like:

* awesomewm
* vimperator
* mpd
* conky
* ...

configs for these applications can be found in the `archive` branch of the repo.

vim plugins
-----------
all vim plugins are loaded by pathogen
plugins are in .vim/bundle as git submodules

install vim plugins
-------------------
After cloning the repo:

```
$ git submodule init
$ git submodule update
```
To make sure you use the master branch you can do:
`$ git submodule foreach git checkout master`
And then update: `$ git submodule foreach git pull`

keep vim plugins up to date
---------------------------
Pull changes: `$ git submodule foreach git pull` and commit.

scripts / utilities
-------------------
Look into folder `bin`