Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/compeydev/dotfiles
Various unix scripts and configurations, intended for personal use to reliably reproduce configs.
https://github.com/compeydev/dotfiles
dotfiles shell unix
Last synced: 14 days ago
JSON representation
Various unix scripts and configurations, intended for personal use to reliably reproduce configs.
- Host: GitHub
- URL: https://github.com/compeydev/dotfiles
- Owner: CompeyDev
- License: gpl-3.0
- Created: 2022-12-24T14:57:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T10:47:43.000Z (3 months ago)
- Last Synced: 2024-11-07T09:36:29.013Z (2 months ago)
- Topics: dotfiles, shell, unix
- Language: Shell
- Homepage:
- Size: 122 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# dotfiles
This repository includes a collection of common configurations and scripts intended for use on personal unix-like devices. You can also use this as a starting point for your configurations by simply cloning this repository and symlinking the necessary files and directories. For example, you could use my `~/.bashrc` by running:
```bash
git clone https://github.com/CompeyDev/dotfiles.git
cd dotfiles
ln -s .bashrc ~/.bashrc
```The repository also includes a `./install.sh` convenience script which installs required dependencies and recursively symlinks files to the user's home directory. Currently, this script only works
on Arch Linux based distributions (which have the pacman command).