Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aggresss/dotfiles
Configuration Repository
https://github.com/aggresss/dotfiles
dotfiles
Last synced: 3 months ago
JSON representation
Configuration Repository
- Host: GitHub
- URL: https://github.com/aggresss/dotfiles
- Owner: aggresss
- License: mit
- Created: 2018-04-06T13:53:45.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T15:48:17.000Z (5 months ago)
- Last Synced: 2024-08-21T00:08:46.323Z (5 months ago)
- Topics: dotfiles
- Language: Shell
- Size: 857 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
[![Release Version](https://img.shields.io/github/v/release/aggresss/dotfiles)](https://github.com/aggresss/dotfiles/releases)
[![License](https://img.shields.io/github/license/aggresss/dotfiles)](https://github.com/aggresss/dotfiles/blob/main/LICENSE)## How To Use
- **Bash/Zsh**
```shell
curl https://raw.githubusercontent.com/aggresss/dotfiles/main/bin/update_dotfiles.sh -sSf | bash
```- **PowerShell**
```powershell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
New-Item -Path "$PROFILE" -ItemType "file" -Force
Invoke-WebRequest `
-Uri https://raw.githubusercontent.com/aggresss/dotfiles/main/powershell/Microsoft.PowerShell_profile.ps1 `
-OutFile $PROFILE
Unblock-File $PROFILE```
## $HOME Filesystem Hierarchy Standard
### 1. Common
| Drectory | Type | Illustrate |
| -------- | ---- | ---------- |
| `~/Downloads/` | **Delete Anytime** | common downloads repository |
| `~/Documents/` | ***Periodic Backup*** | common documents repository |### 2. Customized
| Drectory | Type | Illustrate |
| -------- | ---- | ---------- |
| `~/bin/` | *Auto Generation* | user executable files |
| `~/snippets/` | ***Periodic Backup*** | snippets sort by classify |
| `~/dotfiles/` | ***Periodic Backup*** | dotfiles sort by classify |
| `~/workspace-scratch/` | *Auto Generation* | code workbench |
| `~/workspace-formal/` | *Auto Generation* | code reference |
| `~/workspace-zoo/` | *Auto Generation* | code forge (symbolic link) |### 3. Software
#### VirtualBox
| Drectory | Type | Illustrate |
| -------- | ---- | ---------- |
| `~/VirtualBox VMs/` | *Auto Generation* | default VirtualBox virtual machine directory |#### Vagrant
| Drectory | Type | Illustrate |
| -------- | ---- | ---------- |
| `~/Vagrant/` | *Auto Generation* | default Vagarant workspace |#### Golang
| Drectory | Type | Illustrate |
| -------- | ---- | ---------- |
| `~/go/` | *Auto Generation* | default GOPATH directory |
| `~/.local/go/` | *Auto Generation* | default GOROOT directory |#### Rust
| Drectory | Type | Illustrate |
| -------- | ---- | ---------- |
|`~/.cargo/`| *Auto Generation* | default Rust directory |#### Python
| Drectory | Type | Illustrate |
| -------- | ---- | ---------- |
| `~/env/` | **Delete Anytime** | python virtualenv directory |
| `~/.local/` | *Auto Generation* | pip user directory |#### npm
| Drectory | Type | Illustrate |
| -------- | ---- | ---------- |
| `~/.local/` | *Auto Generation* | npm global directory |#### Perl
| Drectory | Type | Illustrate |
| -------- | ---- | ---------- |
| `~/perl5/` | *Auto Generation* | default local::lib directory |