10000 GitHub - AmmarShaqeel/dotfiles: dotfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AmmarShaqeel/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

General config files

vim

My vimrc.

A lot was borrowed from "A Good Vimrc" by Doug Black.

Setup

clone git repo: git clone https://github.com/AmmarShaqeel/dotfiles

symlink vimrc to _vimrc

symlink vimfiles\ftplugin to .\ftplugin

symlink vimfiles\indent to .\indent

Install vim-plug: https://github.com/junegunn/vim-plug

Run PlugInstall then:

Compile YCM: https://github.com/ycm-core/YouCompleteMe

Install Solarized: cd vimfiles/plugged/vim-colors-solarized/ and mv solarized.vim ~/.vim/colors/

linux symlink

ln vimrc ~/.vimrc
ln bash/bashrc ~/.bashrc

windows symlinx

directory:

mklink /J "C:\users\ammar_laptop\vimfiles\ftplugin" ".\ftplugin"

mklink /J "C:\users\ammar_laptop\vimfiles\indent" ".\indent"

file:

mklink /H "C:\users\ammar_laptop\_vimrc" ".\_vimrc"

README

Powershell

Just some aliases and a colour theme.

About

dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0