Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tlatsas/dotfiles_linux
- Owner: tlatsas
- Created: 2011-05-30T14:42:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-07-25T22:48:40.000Z (over 9 years ago)
- Last Synced: 2024-12-05T20:17:15.162Z (about 1 month ago)
- Language: VimL
- Homepage:
- Size: 926 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-appletOther applications that help productivity:
* chruby/ruby-install
* vault
* virtualenv/virtualenvwrapper
* latexmkFor style:
* Gnome themes standard
* Faenza-dark icons
* xcursor-comix
* LS_COLORS for file colors in terminalThere 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 submodulesinstall 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`