https://github.com/littleboycoding/dotfile
My dotfile for linux (configuration, customization)
https://github.com/littleboycoding/dotfile
Last synced: 7 months ago
JSON representation
My dotfile for linux (configuration, customization)
- Host: GitHub
- URL: https://github.com/littleboycoding/dotfile
- Owner: littleboycoding
- Created: 2020-09-25T13:57:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T04:04:38.000Z (over 5 years ago)
- Last Synced: 2025-08-30T04:24:28.080Z (9 months ago)
- Language: Shell
- Size: 49.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfile
My dotfile for linux (tool, enviroment, configuration, customization)

### Installation
This script has written and tested on Ubuntu 20.04
```bash
git clone https://github.com/littleboycoding/dotfile.git ~/Dotfile && \
cd ~/Dotfile && \
./installer_script.sh
```