💥 Cleaned up updates notes and saved nvim packages
This commit is contained in:
parent
76e9ff6a51
commit
ac46d323ad
2 changed files with 1 additions and 63 deletions
|
|
@ -36,6 +36,7 @@ require('packer').startup(function()
|
|||
use { "ellisonleao/gruvbox.nvim" }
|
||||
use 'psliwka/vim-smoothie'
|
||||
use 'mattn/emmet-vim'
|
||||
use 'norcalli/nvim-colorizer.lua'
|
||||
use {'derektata/lorem.nvim', requires = 'vim-scripts/loremipsum'}
|
||||
use 'airblade/vim-gitgutter'
|
||||
use 'ctrlpvim/ctrlp.vim' -- fuzzy find files
|
||||
|
|
|
|||
63
updates.txt
63
updates.txt
|
|
@ -34,66 +34,3 @@ Download and install in virtmanager Windows 10 iso (for purposes of software tes
|
|||
|
||||
Use this site (microsoft only has .exe now... 64 bit, version 21H2)
|
||||
https://www.itechtics.com/windows-10-download-iso/
|
||||
|
||||
Install rustdesk-bin from aur (rustdesk by itself was not prepared correctly...)
|
||||
|
||||
paru rustdesk-bin
|
||||
|
||||
Install xfce4-screenshooter (it's just too useful by comparison to scrot...)
|
||||
|
||||
doas pacman -S xfce4-screenshooter
|
||||
|
||||
Install redshift and cp xinitrc.txt (change for laptop settings)
|
||||
|
||||
doas pacman -S redshift
|
||||
|
||||
cp ~/Documents/notes/xinitrc.txt ~/.xinitrc
|
||||
|
||||
Install sockstat:
|
||||
|
||||
paru sockstat
|
||||
|
||||
Install Firefox Translations on Librewolf (note Download File is now how you install)
|
||||
|
||||
Install espanso (use paru instead):
|
||||
|
||||
paru -S espanso
|
||||
|
||||
cd aur_packages
|
||||
git clone https://github.com/espanso/espanso
|
||||
|
||||
Install wxwidgets
|
||||
|
||||
doas pacman -S wxwidgets
|
||||
|
||||
cd espanso
|
||||
|
||||
To turn off notifications, simply cp from this directory the notifications.rs file to the ~/aur_packages/espanso/espanso/src/cli/worker/ui/ directory before compiling.
|
||||
|
||||
cp ~/Documents/notes/espanso/notification.rs ~/aur_packages/espanso/espanso/src/cli/worker/ui/notification.rs
|
||||
|
||||
cargo install --force cargo-make --version 0.34.0
|
||||
cargo make --profile release build-binary
|
||||
doas mv target/release/espanso /usr/bin/espanso
|
||||
|
||||
Copy xinitrc.txt which calls espanso at beginning
|
||||
|
||||
cp ~/Documents/notes/xinitrc.txt ~/.xinitrc
|
||||
|
||||
Copy your base.yml to your espanso/match config directory
|
||||
|
||||
cp ~/Documents/notes/espanso/base.yml ~/.config/espanso/match/
|
||||
|
||||
Install rust_analyzer lsp server for nvim
|
||||
|
||||
:LspInstallInfo
|
||||
|
||||
Choose rust_analyzer
|
||||
|
||||
Copy new confug.lua file to ~/.config/nvim/lua/:
|
||||
|
||||
cp ~/Documents/notes/nvim/lua/config.lua ~/.config/nvim/lua
|
||||
|
||||
Install dust from official repos:
|
||||
|
||||
doas pacman -S dust
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue