https://github.com/hacker1024/dotfiles
Configuration files, scripts, etc.
https://github.com/hacker1024/dotfiles
Last synced: 5 months ago
JSON representation
Configuration files, scripts, etc.
- Host: GitHub
- URL: https://github.com/hacker1024/dotfiles
- Owner: hacker1024
- Created: 2020-12-18T02:23:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T02:44:27.000Z (over 5 years ago)
- Last Synced: 2025-07-27T20:59:47.117Z (11 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Introduction
A collection of random scripts and config files that I use across Linux and macOS installations.
These probably aren't very useful to anyone but me, but I figured I may as well make this repo public.
## Usage
### General setup
**Installing**
Clone the repository into your home directory:
```shell
git clone https://github.com/hacker1024/dotfiles.git ~/dotfiles
```
**Updating**
```shell
cd ~/dotfiles && git pull && cd -
```
### App-specific setup
**Bash**
Run the following:
```bash
echo "source ~/dotfiles/*.bashrc" >> ~/.bashrc
source ~/.bashrc
```