https://github.com/flip1995/dotfiles
https://github.com/flip1995/dotfiles
bashrc color-scheme dotfiles tmux vim
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flip1995/dotfiles
- Owner: flip1995
- License: other
- Created: 2016-03-17T19:13:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-06-02T13:26:20.000Z (about 1 year ago)
- Last Synced: 2025-06-03T02:27:42.382Z (about 1 year ago)
- Topics: bashrc, color-scheme, dotfiles, tmux, vim
- Language: Shell
- Size: 1.82 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.