Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curtisalexander/droca
dotfile repo of curtis alexander
https://github.com/curtisalexander/droca
Last synced: 1 day ago
JSON representation
dotfile repo of curtis alexander
- Host: GitHub
- URL: https://github.com/curtisalexander/droca
- Owner: curtisalexander
- License: mit
- Created: 2022-07-30T13:42:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-17T20:57:01.000Z (about 2 years ago)
- Last Synced: 2023-09-02T04:43:37.465Z (about 1 year ago)
- Language: Nu
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# droca
:exclamation: :exclamation: :exclamation: Very much a work in progress## Organization
### common
Common files across any OS### Windows
Files specific to Windows### Linux
Files specific to Linux### macOS
Files specific to macOS### utils
Utilities## New Machine
### Install `git`
- Install `git````cmd
# Windows
winget install git
```- Clone repo
```cmd
git clone https://github.com/curtisalexander/droca.git
```### Install `Nushell`
- Install `Nushell````cmd
# Windows
winget install nushell
```### Symlink files
Run :construction: utility to symlink files
- Windows →
- Linux →
- macOS →## Add a New File
:construction:### Windows
Making a symbolic link```ps1
# open PowerShell as an Admin
New-Item -Type SymbolicLink -Target "C:\Users\myusername\code\droca\common\.gitconfig" -Path "C:\Users\myusername\.gitconfig"
```## Remove a File
:construction: