Compare commits

...

2 Commits

Author SHA1 Message Date
randomuser f56b2bf059 add extension for firefox setup 2022-12-04 21:41:20 +00:00
randomuser 43f6291ee6 add changes 2022-12-04 21:32:50 +00:00
6 changed files with 9 additions and 6 deletions

View File

@ -29,7 +29,9 @@ repos() {
}
files() {
sel=`find /home/$(whoami) | fzy -l 50`
sel=$(find /home/$(whoami) |
grep -v '\.cache\|\.pki\|/scratch/\|\.config/chromium\|\.git\|\.local/lib\|\.mozilla/firefox/' |
fzy -l 50)
[ -z "$sel" ] && return 1
[ -d "$sel" ] && cd "$sel" || nvim "$sel"
return 0

View File

@ -21,3 +21,4 @@ bspc rule -a st-gpg-menu state=floating
bspc rule -a statusbar border=off sticky=on state=floating manage=off
bspc rule -a tmenu-prompt border=on sticky=on state=floating
bspc rule -a Xmessage border=on state=floating
bspc rule -a Zathura state=tiled

View File

@ -24,6 +24,7 @@ mkdir firefox
get_xpi_for_ext "umatrix" "firefox/umatrix.xpi"
get_xpi_for_ext "tridactyl-vim" "firefox/tridactyl.xpi"
get_xpi_for_ext "gruvbox-dark" "firefox/gruvbox.xpi"
get_xpi_for_ext "darkreader" "firefox/darkreader.xpi"
# generate the firefox profile directory
# assumes you have the randomuser/utils repo installed
@ -54,7 +55,7 @@ HOME="/home/usr/.local/share/firefox/" bash gituser.js/updater.sh -l
cd /home/usr/git/dot/firefox
printf "Please install all the extensions, then close all windows in the browser.\n"
fire https://example.com $(pwd)/umatrix.xpi $(pwd)/tridactyl.xpi $(pwd)/gruvbox.xpi
fire https://example.com $(pwd)/umatrix.xpi $(pwd)/tridactyl.xpi $(pwd)/gruvbox.xpi $(pwd)/darkreader.xpi
curl -fsSl https://raw.githubusercontent.com/tridactyl/native_messenger/master/installers/install.sh -o /tmp/trinativeinstall.sh && HOME="/home/usr/.local/share/firefox" sh /tmp/trinativeinstall.sh 1.22.1

View File

@ -5,9 +5,7 @@ Plug 'honza/vim-snippets'
Plug 'sirver/ultisnips'
Plug 'tridactyl/vim-tridactyl'
Plug 'chrisbra/csv.vim'
Plug 'trapd00r/vimpoint'
Plug 'vimwiki/vimwiki'
Plug 'itchyny/calendar.vim'
cal plug#end()
" }}}
@ -71,7 +69,7 @@ nnoremap <Leader>mk :make<CR>:spl<CR>:terminal ./main<CR>
nnoremap <Leader>w<Leader>I :VimwikiDiaryIndex<CR>
inoremap <C-a> <Esc>mZ0i<Tab><Esc>`Zla
inoremap <C-a> <Esc>mZ0i<Tab><Esc>`ZlA
" }}}

View File

@ -86,3 +86,4 @@ setpref toolkit.telemetry.unified false
setpref toolkit.telemetry.updatePing.enabled false
setpref browser.newtabpage.activity-stream.discoverystream.enabled false
setpref browser.uiCustomization.state '{"placements":{"widget-overflow-fixed-list":[],"nav-bar":["back-button","forward-button","umatrix_raymondhill_net-browser-action","stop-reload-button","downloads-button","urlbar-container","vim-vixen_i-beam_org-browser-action"],"toolbar-menubar":["menubar-items"],"TabsToolbar":["tabbrowser-tabs","new-tab-button","alltabs-button"],"PersonalToolbar":["personal-bookmarks"]},"seen":["developer-button","umatrix_raymondhill_net-browser-action","vim-vixen_i-beam_org-browser-action"],"dirtyAreaCache":["nav-bar","toolbar-menubar","TabsToolbar","PersonalToolbar"],"currentVersion":16,"newElementCount":4}'
setpref privacy.resistFingerprinting.letterboxing false

View File

@ -10,7 +10,7 @@ set font "Fantasque Sans Mono 11"
set show-scrollbars "false"
set database "plain"
set dbus-service "false"
set filemonitor "signal"
set filemonitor "glib"
set synctex "false"
map ; feedkeys :