Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simshadows/sims-dotfiles
My personal dotfiles for Linux and Mac. Setup scripts included.
https://github.com/simshadows/sims-dotfiles
Last synced: 4 days ago
JSON representation
My personal dotfiles for Linux and Mac. Setup scripts included.
- Host: GitHub
- URL: https://github.com/simshadows/sims-dotfiles
- Owner: simshadows
- License: mit
- Created: 2017-09-10T12:23:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T02:17:24.000Z (about 1 year ago)
- Last Synced: 2024-08-02T14:12:29.286Z (3 months ago)
- Language: Python
- Homepage:
- Size: 222 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred-test - simshadows/sims-dotfiles - My personal dotfiles for Linux and Mac. Setup scripts included. (Python)
README
# Sim's Dotfiles
My personal dotfiles for Linux and Mac.
## Installation
**The scripts will overwrite any existing files. Back up your current configuration now if you need to.**
To install, simply run:
```
$ ./setup.sh
```The `setup.sh` script almost entirely sets up symlinks, but I found one specific case where neither symlink nor hard link works: `~/.config/kdeglobals`.
## Updating `~/.config/kdeglobals`
To update it, run:
```
$ update.sh
```## Updating the dotfiles
To pull my latest changes, simply run:
```
$ git pull && ./setup.sh
```