Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikbjare/dotfiles
:earth_africa: Look again at that dot. That's here. That's home. That's us.
https://github.com/erikbjare/dotfiles
dotfiles dotfiles-manager
Last synced: 21 days ago
JSON representation
:earth_africa: Look again at that dot. That's here. That's home. That's us.
- Host: GitHub
- URL: https://github.com/erikbjare/dotfiles
- Owner: ErikBjare
- License: mit
- Created: 2013-11-09T17:38:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T14:51:12.000Z (3 months ago)
- Last Synced: 2024-10-22T00:47:38.498Z (3 months ago)
- Topics: dotfiles, dotfiles-manager
- Language: Shell
- Homepage:
- Size: 13 MB
- Stars: 34
- Watchers: 5
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dotfiles
========[![Test](https://github.com/ErikBjare/dotfiles/actions/workflows/test.yml/badge.svg)](https://github.com/ErikBjare/dotfiles/actions/workflows/test.yml)
![Works on my machine](https://forthebadge.com/images/badges/works-on-my-machine.svg)My dotfiles and a nice script for managing them, based on a previously private home repo.
> *Look again at that dot. That's here. That's home. That's us.*
> \- Carl Sagan## Usage
Just run `setup.sh` and everything will be symlinked to your home dir.
If there are collisions with existing files they will be moved to `./backup/`
*(Always read through random scripts from strangers on the internet before executing)*## Introduction
We all feel strongly for our dotfiles, so why not share our love by sharing them?
These are my dotfiles that I use on a variety of hosts, from my desktop and laptop, to my servers and Raspberry Pi's.
## Current setup
| | Now | Past |
|---------------|-------------|-------------|
| **DE/WM** | i3 | xmonad, KDE |
| **Browser** | firefox | chromium |
| **Terminal** | Alacritty | terminator |
| **Shell** | fish |
| **Editor** | Neovim | Vim, PyCharm (with vim-mode), Eclipse |
| **Terminal multiplexer** | tmux | screen |
| File synchronization | Syncthing | Dropbox |
| Archival/backup system | git-annex | |## Thanks to...
- [Johan Bjäreholt](https://github.com/johan-bjareholt/) for his [dotfiles](https://github.com/johan-bjareholt/linux-configs)
- [brafales](https://github.com/brafales/) for his [XMonad config](https://github.com/brafales/xmonad-config) and [guide](http://thinkingeek.com/2011/11/21/simple-guide-configure-xmonad-dzen2-conky/)
- Everyone else from whom I stole!