Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aswinr19/dotfiles
A collection of my personal dotfiles.
https://github.com/aswinr19/dotfiles
Last synced: about 2 months ago
JSON representation
A collection of my personal dotfiles.
- Host: GitHub
- URL: https://github.com/aswinr19/dotfiles
- Owner: aswinr19
- Created: 2022-03-28T05:04:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T13:59:45.000Z (4 months ago)
- Last Synced: 2024-10-12T11:33:45.104Z (3 months ago)
- Language: Shell
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# configs
A collection of my personal dotfiles managed using GNU stow.## Requirements
Ensure you have the following installed on your system
#### git
```
sudo dnf install git -y
```#### GNU stow
```
sudo dnf install stow -y
```## Installation
First, check out the dotfiles repo in your $HOME directory using git
```
$ git clone [email protected]:aswinr19/dotfiles.git
cd dotfiles
```
then use [GNU stow](https://www.gnu.org/software/stow/) to create symlinks ( make sure to delete the default config files from their respective locations ) , also make sure to clone the repos of zsh plugins inside .oh-my-zsh/pulgins.```
$ stow .
```refer to [this](https://www.youtube.com/watch?v=y6XCebnB9gs) video for additional information