Create file /etc/modprobe.d/alsa-base.conf with following contents
options snd-hda-intel model=alc298-dell1| /* message of the last commit in source code repository */ | |
| const lastCommitMessage = spawnSync( | |
| 'git', | |
| ['log', '--oneline', '-1'], | |
| getSpawnOptions(rootDir, 'pipe') | |
| ).stdout.toString().trim(); | |
| /* commit message in build repository */ | |
| const message = buildBranch === 'master' ? version : lastCommitMessage; | |
| /* making commit in builds repository */ |
| spawnSync('rm', ['-rf', 'temp'], getSpawnOptions(rootDir)); |
| const build = spawnSync('npm', ['run', 'build'], getSpawnOptions(rootDir)); |
| Windows Registry Editor Version 5.00 | |
| ; Monokai Pro color theme for Windows command prompt. | |
| ; Based on https://www.monokai.pro/ | |
| ; Values stored as 00-BB-GG-RR | |
| [HKEY_CURRENT_USER\Console] | |
| ; BLACK | |
| "ColorTable00"=dword:002d292c | |
| ; BLUE | |
| "ColorTable01"=dword:00e8dc78 |
| type OptionalOf<T> = { [K in keyof T]?: T[K] } | |
| function typedMerge<T extends object>(target: T, ...sources: OptionalOf<T>[]): T { | |
| return Object.assign(target, ...sources) | |
| } | |
| interface IUser { | |
| name: string; | |
| age: number; | |
| hobbie: HOBBIES; |
Create file /etc/modprobe.d/alsa-base.conf with following contents
options snd-hda-intel model=alc298-dell1