An open API service indexing awesome lists of open source software.

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

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._