Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tfiers/dotfiles

Configuration in my homedir (both on Windows and on Linux) that I want to share between computers
https://github.com/tfiers/dotfiles

dotfiles gitconfig julia jupyter-notebook xcompose

Last synced: 7 days ago
JSON representation

Configuration in my homedir (both on Windows and on Linux) that I want to share between computers

Awesome Lists containing this project

README

        

On a new computer, in `C:\Users\[name]\`:
```
git init
git remote add origin [email protected]:tfiers/dotfiles.git
git fetch
git checkout origin/main -ft
```

Everything is gitignored, so to add a new file:
```
git add -f newfile
```