Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hydr0nium/configs

Collection of daily dotfiles
https://github.com/hydr0nium/configs

config dot-files linux stow

Last synced: 22 days ago
JSON representation

Collection of daily dotfiles

Awesome Lists containing this project

README

        

# Config / dotfile repo
This repo stores all of my config and dotfiles.

# Dependencies
- All dependencies of the respective tools
- [stow](https://www.gnu.org/software/stow/manual/stow.html) (`sudo pacman -S stow` or `sudo apt install stow`)

# Installation

`git clone https://github.com/hydr0nium/configs.git`

`stow --target=$HOME `

Replace with one or multiple (space seperated) folders in the base repo directory

# Example
To install `tmux` type:

`stow --target=$HOME tmux`

# Issues:
- Tmux is not working:

Tmux needs to install [tpm](https://github.com/tmux-plugins/tpm) and other plugins. Run `Ctrl-S + I` to install all plugins.