Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kylemit/dotfiles
Collections of shells, configs, and startup scripts
https://github.com/kylemit/dotfiles
dotfiles
Last synced: 16 days ago
JSON representation
Collections of shells, configs, and startup scripts
- Host: GitHub
- URL: https://github.com/kylemit/dotfiles
- Owner: KyleMit
- Created: 2021-03-16T13:29:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T22:57:35.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T14:00:56.954Z (about 1 month ago)
- Topics: dotfiles
- Language: PowerShell
- Homepage:
- Size: 1.22 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Collection of DotFiles / Configs / Settings
## TODO
* Explore Bare Directory / SymLink across folders
* Sunset [gists/cloudSettings](https://gist.github.com/KyleMit/9e22c8ecf6d7f5504edbfffe6dce6dcf)
* Combine with [winstall](https://github.com/KyleMit/winstall)
* Update Windows Terminal
* Combine gitconfig
* Sync Bash History?
* Ensure Runas Admin
* Check for existing file and ensure it's hardlinked
> Cannot create a file when that file already exists.
* Check for Pre-Reqs
* oh-my-posh
* nerdfonts
* autohotkey
* elg
* Multi-OS Support?
* Turn off App Execution Aliases## Icons
Available via [Nerd Fonts](https://www.nerdfonts.com/)
* - `\uf16c`
* ⇡ - `\u21e1`
* ⇣ - `\u21e3`
* 祥 - `\ufa1a`
* ❯ - `\u276f`
* - `\uF0E7`## Setup
```bash
winget install --id=JanDeDobbeleer.OhMyPosh -e
Invoke-WebRequest get.scoop.sh | Invoke-Expression
scoop bucket add nerd-fonts
scoop install FiraCode-NF
scoop install FiraCode-NF-Mono
setup.bat
```## Prior Art
* [**YADM** - Yet Another Dotfiles Manager](https://github.com/TheLocehiliosan/yadm)
* ex. [allejo/dotfiles: Please don't steal my API keys](https://github.com/allejo/dotfiles)