8000 GitHub - TravisEz13/dotfiles: dotfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

TravisEz13/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TravisEz13'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
  3. PSDepend will install the dependencies listed in the 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.

macOS Setup

  1. Install brew.
  2. Install chezmoi
  3. Init chezmoi
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)
brew install chezmoi
chezmoi init TravisEz13
brew bundle install

About

dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 89.7%
  • Vim Script 8.6%
  • Other 1.7%
0