https://github.com/jmcfarlane/jmcfarlane-configs
My personal configuration files
https://github.com/jmcfarlane/jmcfarlane-configs
Last synced: 2 months ago
JSON representation
My personal configuration files
- Host: GitHub
- URL: https://github.com/jmcfarlane/jmcfarlane-configs
- Owner: jmcfarlane
- Created: 2011-01-19T08:30:36.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2016-06-04T06:07:52.000Z (about 10 years ago)
- Last Synced: 2025-03-22T11:44:20.920Z (about 1 year ago)
- Language: VimL
- Homepage:
- Size: 605 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
============
Installation
============
The first step is to clone this repo::
git clone git://github.com/jmcfarlane/jmcfarlane-configs.git ~/dev/Configs
Conky
+++++
Simple, but useful::
ln -s ~/dev/Configs/conkyrc ~/.conkyrc
Git
+++
Ignore common files::
ln -s ~/dev/Configs/gitignore ~/.gitignore
Mpd
+++
The awesome mpd ran as non root user::
ln -s ~/dev/Configs/mpdconf ~/.mpdconf
Screen
++++++
Make screen a bit easier to use::
ln -s ~/dev/Configs/screenrc ~/.screenrc
Vim
+++
Install the dependencies::
sudo apt-get install pyflakes exuberant-ctags
Vim with a few settings specific to Python::
ln -s ~/dev/Configs/vimrc ~/.vimrc
ln -s ~/dev/Configs/vim ~/.vim