emacs and readme updates
This commit is contained in:
parent
842c1a95e3
commit
0a20441fb7
2 changed files with 23 additions and 24 deletions
22
README.md
22
README.md
|
@ -8,9 +8,6 @@ nixos-rebuild switch --flake '/etc/nixos#<HOSTNAME>'
|
|||
|
||||
---
|
||||
# To Do List
|
||||
* [ ] Laptop-specific
|
||||
* [ ] Set automatic suspend-then-hibernate on lid-close
|
||||
* [ ] FIgure out how to enter automatic hibernate on Win-L
|
||||
* [ ] neovim
|
||||
* [ ] Figure out how to install vim-fugitive in nvcmad
|
||||
* [ ] ranger
|
||||
|
@ -20,19 +17,12 @@ nixos-rebuild switch --flake '/etc/nixos#<HOSTNAME>'
|
|||
* [ ] Find a way to have magit save login credentials
|
||||
* [ ] Hyprland
|
||||
* [ ] Add a button for wlogout to waybar
|
||||
* [x] Swayidle inhibit whnn watching a video
|
||||
* Waybar inhibit button
|
||||
* [x] Fix cursor size
|
||||
* [ ] Try the multi-GPU configs on the wiki
|
||||
* [ ] set up pinentry on awesome-hyprland
|
||||
* [x] Get swaylock to dim / turn off the screen, then enter suspend/hibernate
|
||||
* [x] swayosd
|
||||
* [ ] wayprompt
|
||||
* [x] Needs an overlay? Can't find it in search
|
||||
* [ ] wlogout / nwg-bar theming
|
||||
* [x] cli-based filebrowser for hyprland
|
||||
* Installed `ranger`
|
||||
* [x] Find a way to adjust window sizes with a keyboard shortcut in Hyprland
|
||||
* [ ] Try disko - [Link](https://github.com/nix-community/disko)
|
||||
* [ ] btrfs snapshots
|
||||
* [ ] weechat / weechat-matrix
|
||||
|
@ -40,12 +30,22 @@ nixos-rebuild switch --flake '/etc/nixos#<HOSTNAME>'
|
|||
* [ ] vscodium and user-config.js file?
|
||||
* [ ] rofi - bitwarden-cli / bitwarden-menu ([Link](https://search.nixos.org/packages?channel=23.05&show=bitwarden-menu&from=0&size=50&sort=relevance&type=packages&query=bitwarden))
|
||||
* [ ] Try and submit this as a nixpkg - [Link](https://github.com/SylEleuth/gruvbox-plus-icon-pack)
|
||||
* [x] doom-emacs / spacemacs overlay install / configuration
|
||||
* [ ] gnome-terminal theming (or alternatives)
|
||||
|
||||
---
|
||||
# Done
|
||||
* [x] Laptop-specific
|
||||
* [x] Set automatic suspend-then-hibernate on lid-close
|
||||
* [x] FIgure out how to enter automatic hibernate on Win-L
|
||||
* [x] doom-emacs / spacemacs overlay install / configuration
|
||||
* [x] hyprland
|
||||
* [x] Find a way to adjust window sizes with a keyboard shortcut in Hyprland
|
||||
* [x] Swayidle inhibit whnn watching a video
|
||||
* [x] Fix cursor size
|
||||
* [x] Get swaylock to dim / turn off the screen, then enter suspend/hibernate
|
||||
* [x] swayosd
|
||||
* [x] cli-based filebrowser for hyprland
|
||||
* Installed `ranger`
|
||||
* [x] Try hyprctl
|
||||
* [x] hyprbars - [Link](https://github.com/hyprwm/hyprland-plugins/tree/main/hyprbars)
|
||||
* [x] libinput-gestures?
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
company ; the ultimate code completion backend
|
||||
ivy ; a search engine for love and life
|
||||
vertico ; the search engine of the future
|
||||
|
||||
;;ido ; the other *other* search engine...
|
||||
;;helm ; the *other* search engine for love and life
|
||||
|
||||
|
@ -118,11 +117,11 @@
|
|||
javascript ; all(hope(abandon(ye(who(enter(here))))))
|
||||
nix ; I hereby declare "nix geht mehr!"
|
||||
org ; organize your plain life in plain text
|
||||
python +lsp ; beautiful is better than ugly
|
||||
rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||
sh +lsp ; she sells {ba,z,fi}sh shells on the C xor
|
||||
web ; the tubes
|
||||
yaml ; JSON, but readable
|
||||
python +lsp ; beautiful is better than ugly
|
||||
sh +lsp ; she sells {ba,z,fi}sh shells on the C xor
|
||||
|
||||
;;agda ; types of types of types of types...
|
||||
;;beancount ; mind the GAAP
|
||||
|
|
Loading…
Reference in a new issue