https://github.com/abdelbenamara/dotfiles
My dotfiles
https://github.com/abdelbenamara/dotfiles
bash dotfiles git makefile vim
Last synced: about 2 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/abdelbenamara/dotfiles
- Owner: abdelbenamara
- Created: 2022-11-24T02:03:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T12:54:11.000Z (5 months ago)
- Last Synced: 2025-01-26T03:13:42.029Z (3 months ago)
- Topics: bash, dotfiles, git, makefile, vim
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Setup
```
git clone https://github.com/abdelbenamara/dotfiles.git ~/.dotfiles
make -C ~/.dotfiles
source .bash_profile
```