Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tfiers/dotfiles
- Owner: tfiers
- Created: 2018-10-09T12:17:27.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T09:36:12.000Z (6 months ago)
- Last Synced: 2024-06-04T10:51:08.802Z (6 months ago)
- Topics: dotfiles, gitconfig, julia, jupyter-notebook, xcompose
- Language: Julia
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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
```