Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dundalek/dotfiles


https://github.com/dundalek/dotfiles

closh dotfiles stow tmux

Last synced: 3 months ago
JSON representation

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 .clojure

cd ~/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/