Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dundalek/dotfiles
https://github.com/dundalek/dotfiles
closh dotfiles stow tmux
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dundalek/dotfiles
- Owner: dundalek
- Created: 2018-04-12T20:26:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T10:19:43.000Z (5 months ago)
- Last Synced: 2024-10-13T10:24:31.662Z (3 months ago)
- Topics: closh, dotfiles, stow, tmux
- Language: Shell
- Size: 292 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
```
sudo apt install stow
``````
cd
git clone [email protected]:dundalek/dotfiles.git# make sure to create these folders first otherwise they will get symlinked and junk will appear in the dotfiles
mkdir .atom bin .config/fish .clojurecd ~/dotfiles
stow bash
stow closh
...
```## Ideas for future
Try git in home directory without stow:
https://drewdevault.com/2019/12/30/dotfiles.html- User docker to setup the environment
- https://bergie.iki.fi/blog/docker-developer-shell/
- http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/