Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

sftom/dotfiles

Open more actions menu

Repository files navigation

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

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.