An open API service indexing awesome lists of open source software.

https://github.com/ap-atul/dotfiles

vim and bash files
https://github.com/ap-atul/dotfiles

dotfiles dotfiles-linux tmux vim

Last synced: about 2 months ago
JSON representation

vim and bash files

Awesome Lists containing this project

README

          

## dotfiles
Configs and setup files for getting start on a new unix-like machine.

## steps
```
# clone the repo
git clone git@github.com:AP-Atul/dotfiles.git

# cp the files
cp .vim* ~/

# appending the contents
cat bash_profile >> ~/.profile
```