Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leouieda/dotfiles

My configuration files, bash utilities, etc
https://github.com/leouieda/dotfiles

Last synced: about 1 month ago
JSON representation

My configuration files, bash utilities, etc

Awesome Lists containing this project

README

        

# My personal config files

This is a repository to keep my linux configuration files and utilities.
**Don't forget to backup your personal files before trying to run the commands
below!**

## Setting up a new computer

I never remember this so I thought I'd write it down.

1. Install [GNU `stow`](https://www.gnu.org/software/stow/manual/stow.html)
1. Clone the repository:
```bash
git clone [email protected]:leouieda/dotfiles.git
```
1. Create the symlinks in the home directory:
```bash
make sync
```