Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alxmtr/dotfiles
My personal config files.
https://github.com/alxmtr/dotfiles
dotfiles stow
Last synced: about 23 hours ago
JSON representation
My personal config files.
- Host: GitHub
- URL: https://github.com/alxmtr/dotfiles
- Owner: alxmtr
- Created: 2024-02-04T16:11:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T17:06:43.000Z (15 days ago)
- Last Synced: 2024-10-31T17:26:32.438Z (15 days ago)
- Topics: dotfiles, stow
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Config files I use on my WSL2 environement.
Symlinks are managed with [stow][].To use this files with the symlinks, install `stow` and clone this repository:
```bash
sudo apt install stow
cd ~
git clone https://github.com/alxmtr/dotfiles.git
cd dotfiles
stow --target=$HOME --restow */
```To delete symlinks:
```bash
stow --target=$HOME --delete */
```To remove user infos in gitconfig (before git commit):
```bash
git config --global --remove-section user
```
> I do this for privacy purpose as this repository contains my `.gitconfig` file.[stow]: https://www.gnu.org/software/stow/