Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsturtevant/dotfiles
https://github.com/jsturtevant/dotfiles
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsturtevant/dotfiles
- Owner: jsturtevant
- Created: 2017-05-04T20:27:25.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T00:07:23.000Z (10 months ago)
- Last Synced: 2024-11-27T13:44:13.661Z (2 months ago)
- Language: Shell
- Size: 67.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Windows
1. [Install winget](https://docs.microsoft.com/en-us/windows/package-manager/winget/#install-winget)
1. Run `winget install --id git.git` and clone this repo
1. `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser`
1. Run the [install file](windows/install.ps1) in [Windows](windows) folder### Helpful links
- https://github.com/microsoft/winget-cli
- https://github.com/microsoft/winget-pkgs
- https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits## Linux
For use with any Linux box (included WSL2) or [Codespaces](https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account)
Install everything (including packes and tools). This takes a few minutes.
`./install-all.sh`
## Codespaces
Install for [codespaces](https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account#dotfiles) (only aliases and custom shell):
```
./bootstrap.sh
```See https://docs.github.com/en/codespaces/troubleshooting/troubleshooting-personalization-for-codespaces#troubleshooting-dotfiles for trouble shooting