https://github.com/falsedev/older-dotfiles
https://github.com/falsedev/older-dotfiles
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/falsedev/older-dotfiles
- Owner: FalseDev
- Created: 2020-08-06T04:53:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T06:47:54.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T15:45:07.822Z (over 1 year ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this project
README
# About
## What's this?
These are my configuration files for several applications
## Why?
I hope these can help you quickly setup your environment
# Usage
Clone this repository using:
```
git clone git://github.com/FalseDev/dotfiles.git ~/.dotfiles
```
And then enter the repository using:
```
cd ~/.dotfiles
```
Now navigate through and install and configure the tools I use easily
# Updating
To update you can simply run:
```
cd ~/.dotfiles
git pull
```