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

https://github.com/flip1995/dotfiles


https://github.com/flip1995/dotfiles

bashrc color-scheme dotfiles tmux vim

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# dotfiles

My dotfiles. Made to work best on Arch Linux.

For ArchWSL2 on windows, see the [wsl](https://github.com/flip1995/dotfiles/tree/wsl) branch.

## Installation

Clone this repo (or your own fork!) to your **home** directory (`/home/username`).
```
$ cd ~
$ git clone https://github.com/flip1995/dotfiles.git
```

Now you only have to run `./install`. It's tested on the latest Arch-Linux Version. If you're using another system, please check the script before running.

---
### Spotify
In order to use the Spotify integration, make sure to install `spotifyd` and
then log in with:

```
secret-tool store --label="spotify-keyring" application rust-keyring service spotifyd username
```

Also run `make install` in `spotify-cli-linux`.