/dotfiles

My dotfiles

Primary LanguageVim Script

My dotfiles

Installation:

git clone git://github.com/sftom/dotfiles.git ~/.vim

Create symlinks:

on Unix/MacOSX Systems

ln -s ~/Documents/development/dotfiles/.vim/.vimrc ~/.vimrc
ln -s ~/Documents/development/dotfiles/.vim/.gvimrc ~/.gvimrc
ln -s ~/Documents/development/dotfiles/.vim/ ~/.vim

on Windows Systems

mklink "%USERPROFILE%\.vimrc" "%USERPROFILE%\Documents\development\dotfiles\.vim\.vimrc"
mklink "%USERPROFILE%\.gvimrc" "%USERPROFILE%\Documents\development\dotfiles\.vim\.gvimrc"
mklink /d "%USERPROFILE%\.vim" "%USERPROFILE%\Documents\development\dotfiles\.vim"

Switch to the ~/.vim directory, and fetch submodules:

cd ~/.vim
git submodule init
git submodule update

My Arch/Manjaro Linux Packages Backup

List of installed packages

pacman -Qqe > .arch-manjaro-packages.txt

To install packages from the list backup, run:

pacman -S - < .arch-manjaro-packages.txt