Skip to content

All my dot files [vim, tmux, zsh, kwm, khd, chunkwmrc, i3, ranger, alacritty]

Notifications You must be signed in to change notification settings

Abdulwahaab710/dotfiles

Repository files navigation

dotFiles

vim screenshot

To install my vimrc configuration:

  1. Install vim plug
    curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
        https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  1. clone the repo
    git clone https://github.com/Abdulwahaab710/dotFiles.git
  1. Linking the files
    ln -s ./dotFiles/.vimrc ~/.vimrc
    
    ln -s ./dotFiles/.vimrc_c++ ~/.vimrc_c++
    
    ln -s ./dotFiles/.vimrc_python ~/.vimrc_python
    
    ln -s ./dotFiles/.vimrc_java ~/.vimrc_java