Repositories
sirmacik-configs
My config files
-
Cloning this repository:
git clone git://gitorious.org/sirmacik-configs/sirmacik-configs.git sirmacik-configs cd sirmacik-configs
Add this repository as a remote to an existing local repository:
git remote add sirmacik-configs git://gitorious.org/sirmacik-configs/sirmacik-configs.git git fetch sirmacik-configs git checkout -b my-local-tracking-branch sirmacik-configs/master_or_other_branch
emacs
My GNU Emacs configuration
-
Cloning this repository:
git clone git://gitorious.org/sirmacik-configs/emacs.git emacs cd emacs
Add this repository as a remote to an existing local repository:
git remote add emacs git://gitorious.org/sirmacik-configs/emacs.git git fetch emacs git checkout -b my-local-tracking-branch emacs/master_or_other_branch
vim
My vim configuration
-
Cloning this repository:
git clone git://gitorious.org/sirmacik-configs/vim.git vim cd vim
Add this repository as a remote to an existing local repository:
git remote add vim git://gitorious.org/sirmacik-configs/vim.git git fetch vim git checkout -b my-local-tracking-branch vim/master_or_other_branch

