https://github.com/acrobat/dotfiles
My Linux dotfiles
https://github.com/acrobat/dotfiles
Last synced: 11 months ago
JSON representation
My Linux dotfiles
- Host: GitHub
- URL: https://github.com/acrobat/dotfiles
- Owner: acrobat
- Created: 2014-08-26T18:33:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T09:44:27.000Z (about 3 years ago)
- Last Synced: 2025-06-15T18:04:04.447Z (12 months ago)
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Acrobat's dotfiles
My personal config files
## Installation
Run the following commands:
```terminal
git clone git@github.com:acrobat/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
chmod a+x install.sh
./install.sh
```
After installing, open a new terminal window to see the effects. You should have your old config files inside .dotfiles_old
Customize the files to match your needs and if you find a bug please create an issue or pull request.