https://github.com/sumithemmadi/dotfiles
My personal dotfiles
https://github.com/sumithemmadi/dotfiles
Last synced: 6 months ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/sumithemmadi/dotfiles
- Owner: sumithemmadi
- Created: 2021-09-13T11:48:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T04:45:09.000Z (over 4 years ago)
- Last Synced: 2025-04-12T04:54:34.642Z (11 months ago)
- Language: Shell
- Size: 43.9 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# dotfiles
My personal configuration files.
## Installation
```bash
apt-get update -y
apt-get upgrade -y
apt-get install neofetch -y
apt-get install stow -y
```
```bash
git clone https://github.com/sumithemmadi/dotfiles.git
cd dotfiles
mv $HOME/.bashrc $HOME/.bashrc.save
./install.sh
exit
```