I have a Dell Inspiron 15 7586 with Fedora 32. Wifi AC is provided by an Intel AC 9560.
dmesg | grep iwlwifi
...
[ 16.978385] iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9560, REV=0x318
...
:root { | |
--custom-accent-color: white; | |
} | |
/* Hide "Close Multiple Tabs" menu */ | |
#context_closeTabOptions { | |
display: none !important; | |
} |
" Vim syntax file | |
" Language: Todo | |
" Maintainer: Huy Tran | |
" Latest Revision: 14 June 2020 | |
if exists("b:current_syntax") | |
finish | |
endif | |
" Custom conceal |
{ | |
"editor.insertSpaces": true, | |
"editor.tabSize": 2, | |
"files.trimTrailingWhitespace": true, | |
"files.insertFinalNewline": true, | |
"editor.formatOnType": false, | |
"editor.wordBasedSuggestions": false, | |
"editor.trimAutoWhitespace": false, | |
"gitlens.hovers.avatars": false, | |
"gitlens.hovers.currentLine.details": false, |
Use Ctrl+Shift+C/V as Copy/Paste
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
@namespace html url("http://www.w3.org/1999/xhtml"); | |
/* | |
** In order for userChrome.css to work, you need to open `about:config` and change | |
** `toolkit.legacyUserProfileCustomizations.stylesheets` to `true`. | |
*/ | |
<# | |
.SYNOPSIS | |
Script to Initialize my custom powershell setup. | |
.DESCRIPTION | |
Script uses scoop | |
.NOTES | |
**NOTE** Will configure the Execution Policy for the "CurrentUser" to Unrestricted. | |
Author: Mike Pruett | |
Date: October 18th, 2018 |
Reason for this gist and notes about it:
<# | |
The command to run, built from the raw link of this gist | |
Win+R | |
iexplore http://boxstarter.org/package/url?<RAW GIST LINK> | |
OR (if you don't like the way the web launcher force re-installs everything) |
[user] | |
name = Pavan Kumar Sunkara | |
email = [email protected] | |
username = pksunkara | |
[init] | |
defaultBranch = master | |
[core] | |
editor = nvim | |
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
pager = delta |