https://github.com/TylerLeonhardt/dotfiles
dotfiles
https://github.com/TylerLeonhardt/dotfiles
Last synced: 2 months ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/TylerLeonhardt/dotfiles
- Owner: TylerLeonhardt
- Created: 2020-10-02T17:38:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T18:07:17.000Z (over 3 years ago)
- Last Synced: 2024-10-25T21:52:53.417Z (12 months ago)
- Language: Vim script
- Size: 7.82 MB
- Stars: 11
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - TylerLeonhardt/dotfiles - dotfiles (Vim Script)
README
# TylerLeonhardt's dotfiles
The main point of this was to get GitHub Codespaces to work with PowerShell.
The installation will:
1. Use `install.sh` as the entry point for Codespaces which will install PowerShell and run `install.ps1`
2. The `install.ps1` will setup all the symbolic links and install and invoke [PSDepend](https://github.com/RamblingCookieMonster/PSDepend)
3. PSDepend will install the dependencies listed in the [requirements.psd1](./requirements.psd1)## PowerShell Profiles
Since the `CurrentUser` profiles are stored in `~/.config/powershell`,
the install script symlinks this directory and the profiles are picked up automatically when you launch PowerShell.