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
- Host: GitHub
- URL: https://github.com/ap-atul/dotfiles
- Owner: ap-atul
- Created: 2021-12-09T07:30:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T08:07:31.000Z (almost 3 years ago)
- Last Synced: 2025-06-19T05:06:35.627Z (about 1 year ago)
- Topics: dotfiles, dotfiles-linux, tmux, vim
- Language: Lua
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```