https://github.com/jamespilcher/dotfiles
My config for consistency across linux machines
https://github.com/jamespilcher/dotfiles
dunst i3 i3blocks
Last synced: 10 months ago
JSON representation
My config for consistency across linux machines
- Host: GitHub
- URL: https://github.com/jamespilcher/dotfiles
- Owner: jamespilcher
- Created: 2024-01-23T08:06:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T05:39:28.000Z (over 2 years ago)
- Last Synced: 2025-02-05T08:51:29.348Z (over 1 year ago)
- Topics: dunst, i3, i3blocks
- Language: Shell
- Homepage:
- Size: 492 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JP's dotfiles and configs
For a consistency across linux machines.
## Usage
Clone the repo to home directory
```
cd ~ && git clone https://github.com/jamespilcher/dotfiles
```
Change directory
```
cd ~/dotfiles
```
Run [installer.sh](https://github.com/jamespilcher/dotfiles/blob/main/installer.sh) to install packages and update executable permissions
```
./installer.sh
```
Run [linker.sh](https://github.com/jamespilcher/dotfiles/blob/main/linker.sh) to symlink dotfiles to their respective locations
```
./linker.sh -r
```
***
_A thanks to [@THasthika_](https://github.com/THasthika) who shared his dotfile setup which served as the foundation._