Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaaanuu/dotfiles
my personal dotfiles
https://github.com/shaaanuu/dotfiles
Last synced: about 1 month ago
JSON representation
my personal dotfiles
- Host: GitHub
- URL: https://github.com/shaaanuu/dotfiles
- Owner: shaaanuu
- Created: 2024-06-24T17:10:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T09:33:08.000Z (5 months ago)
- Last Synced: 2024-07-27T18:33:44.871Z (5 months ago)
- Language: Shell
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## README
### Dotfiles
Nothing fancy, Just my personal dotfiles...
### Installation
#### Prerequisites
Before installing your dotfiles, ensure you have the `stow` package manager installed.**Arch based:**
```bash
sudo pacman -S stow
```**Debian/Ubuntu based:**
```bash
sudo apt install stow
```#### Installing Dotfiles
1. **Clone this repository:**
```bash
git clone https://github.com/shaaanuu/dotfiles.git
```
2. **Navigate to your dotfiles directory:**
```bash
cd dotfiles
```
3. **Use stow to link configuration files:**
To install a specific package (e.g., `alacritty`), run:
```bash
stow alacritty
```
To install multiple packages, separate them with spaces:
```bash
stow alacritty i3 neofetch
```**Disclaimer:** Using `stow` incorrectly can potentially overwrite important system files. Proceed with caution and refer to the `stow` documentation for detailed guidance. And never blame me for any damages...