An open API service indexing awesome lists of open source software.

https://github.com/sumithemmadi/dotfiles

My personal dotfiles
https://github.com/sumithemmadi/dotfiles

Last synced: 6 months ago
JSON representation

My personal dotfiles

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
```