Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leouieda/dotfiles
- Owner: leouieda
- License: mit
- Created: 2013-07-02T15:51:17.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T16:56:20.000Z (about 2 months ago)
- Last Synced: 2024-10-04T23:28:50.926Z (about 2 months ago)
- Language: Lua
- Homepage:
- Size: 7.5 MB
- Stars: 18
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```