https://github.com/abdulwahaab710/dotfiles
All my dot files [vim, tmux, zsh, kwm, khd, chunkwmrc, i3, ranger, alacritty]
https://github.com/abdulwahaab710/dotfiles
alacritty chunkwm ctags dotfiles i3 khd kwm nvim ranger tmux-configuration vim zshrc
Last synced: about 1 year ago
JSON representation
All my dot files [vim, tmux, zsh, kwm, khd, chunkwmrc, i3, ranger, alacritty]
- Host: GitHub
- URL: https://github.com/abdulwahaab710/dotfiles
- Owner: Abdulwahaab710
- Created: 2016-09-13T23:11:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-13T20:41:30.000Z (about 1 year ago)
- Last Synced: 2025-04-14T05:13:57.745Z (about 1 year ago)
- Topics: alacritty, chunkwm, ctags, dotfiles, i3, khd, kwm, nvim, ranger, tmux-configuration, vim, zshrc
- Language: Lua
- Homepage:
- Size: 3.67 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotFiles

### To install my vimrc configuration:
1. Install [vim plug](https://github.com/junegunn/vim-plug)
```sh
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```
2. clone the repo
```sh
git clone https://github.com/Abdulwahaab710/dotFiles.git
```
3. Linking the files
```sh
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
```