Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hydr0nium/configs
- Owner: hydr0nium
- Created: 2023-04-05T12:34:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T17:57:46.000Z (about 2 months ago)
- Last Synced: 2024-10-04T21:15:12.660Z (about 1 month ago)
- Topics: config, dot-files, linux, stow
- Language: Shell
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.