Easy arch linux setup for folks who want to keep it simple.
- UEFI firmware laptop/PC. This guid does not cover BIOS specific installation.
- Internet connection. If you use cable make sure its plugged.
- Flash drive.
import { Global, Module } from '@nestjs/common'; | |
import { ConfigService } from './config.service'; | |
@Global() | |
@Module({ | |
providers: [ConfigService], | |
exports: [ConfigService], | |
}) | |
export class ConfigModule {} |
Traditional dotfiles management is relying on keeping you repository in sync with the OS dotfiles via symlinks which is not ideal. Bare repo is solving that, because it enables us to keep the tracked files (working tree) separate from the internals (.git folder) In our case the working tree will be $HOME and the internals will be in $HOME/projects/dotfiles.git
{"lastUpload":"2020-06-04T13:54:39.611Z","extensionVersion":"v3.4.3"} |