Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | chore(version): v1.9.0 | Soispha | 2023-08-30 |
| | |||
* | Fix(hm/conf/nvim/mappings): Add missing "change without register" map | Soispha | 2023-08-30 |
| | |||
* | Feat(hm/conf/nvim/mappings): Add mapping to go to file (<enter>) | Soispha | 2023-08-30 |
| | |||
* | Fix(hm/conf/nvim/mappings): Switch the confirm map from `cc` to `uu` | Soispha | 2023-08-30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The amount of words with two c's seems to be bigger than the amount of words with two u's. The amount of duplicate letters in English words (466k words): ``` { 'aa': 250, 'bb': 1706, 'cc': 2370, 'dd': 1819, 'ee': 7231, 'ff': 3057, 'gg': 2107, 'hh': 112, 'ii': 574, 'jj': 6, 'kk': 132, 'll': 18613, 'mm': 3425, 'nn': 3944, 'pp': 3566, 'oo': 7363, 'qq': 4, 'rr': 5747, 'ss': 20062, 'tt': 5815, 'uu': 68, 'vv': 44, 'ww': 82, 'xx': 9, 'yy': 9, 'zz': 564 } ``` Generated with this[1] list and the following python script: ```python def load_words(): with open('words_alpha.txt') as word_file: valid_words = set(word_file.read().split()) return valid_words if __name__ == '__main__': english_words = load_words() d_chars = ['aa', 'bb', 'cc', 'dd', 'ee', 'ff', 'gg', 'hh', 'ii', 'jj', 'kk', 'll', 'mm', 'nn', 'pp', 'oo', 'qq', 'rr', 'ss', 'tt', 'uu', 'vv', 'ww', 'xx', 'yy', 'zz'] hits = { 'aa': 0, 'bb': 0, 'cc': 0, 'dd': 0, 'ee': 0, 'ff': 0, 'gg': 0, 'hh': 0, 'ii': 0, 'jj': 0, 'kk': 0, 'll': 0, 'mm': 0, 'nn': 0, 'pp': 0, 'oo': 0, 'qq': 0, 'rr': 0, 'ss': 0, 'tt': 0, 'uu': 0, 'vv': 0, 'ww': 0, 'xx': 0, 'yy': 0, 'zz': 0 } for word in english_words: for d_char in d_chars: print("checking " + d_char + " for existence in " + word) if d_char in word: print(d_char + " is in " + word) hits[d_char] = hits[d_char] + 1 print(hits) ``` [1]: https://github.com/dwyl/english-words | ||
* | Fix(sys/srvs/getty): Remove autologin, as it actually logs the user in | Soispha | 2023-08-30 |
| | |||
* | Feat(hm/conf/nvim/plgs/flatten-nvim): Init | Soispha | 2023-08-30 |
| | |||
* | Feat(hm/conf/nvim/maps): Add keymaps for tab movement | Soispha | 2023-08-29 |
| | |||
* | Fix(sys/font/font.local): Remove comment, as it's not accepted in the | Soispha | 2023-08-29 |
| | |||
* | Refactor(hm/conf/nvim/plugins): Rename to `plgs` to safe commit msg space | Soispha | 2023-08-29 |
| | |||
* | Feat(hm/conf/nvim/plgs/debugprint): Init | Soispha | 2023-08-29 |
| | |||
* | Feat(hm/conf/nvim/autocmds): Add mkdir autocmd | Soispha | 2023-08-29 |
| | |||
* | Feat(hm/conf/nvim/plgs/ltex_extra): Init | Soispha | 2023-08-29 |
| | |||
* | Fix(hm/conf/nvim/plugins/neorg): Add telescope integration | Soispha | 2023-08-29 |
| | |||
* | Fix(hm/conf/nvim/options): Set `textwidth` to 90, as 120 is just too much | Soispha | 2023-08-29 |
| | |||
* | Fix(hm/conf/lf/colors): Remove bg color from exec file | Soispha | 2023-08-29 |
| | |||
* | Fix(hm/conf/nvim/plugins/neorg): Move dirman workspaces to `~/repos` | Soispha | 2023-08-29 |
| | |||
* | Fix(hm/conf/nvim/plugins/neorg): Disable calendar until nvim >= 0.10 | Soispha | 2023-08-29 |
| | |||
* | Chore(hm/conf/lf/commads): Add initial draft of a reflinking cp in lf | Soispha | 2023-08-29 |
| | |||
* | Docs(hm/conf/lf/commads/trash): Add fixme about the implementation | Soispha | 2023-08-29 |
| | |||
* | Fix(hm/conf/lf/colors): Add a bg color for executable files | Soispha | 2023-08-29 |
| | |||
* | Fix(hm/conf/lf): Disable cursor in preview pane | Soispha | 2023-08-29 |
| | |||
* | Fix(hm/conf/lf/keybindings): Move the cursor to the end in rename prompt | Soispha | 2023-08-29 |
| | |||
* | Revert: "Fix(hm/conf/alacritty/color): Don't import this" | Soispha | 2023-08-29 |
| | | | | | This reverts commit 21824546822c1f11d657842d7fc296b5682ceb72. The commit did not change anything, useful. | ||
* | Fix(hm/conf/alacritty/color): Don't import this | Soispha | 2023-08-29 |
| | |||
* | Fix(hm/conf/lf/colors): Add `.zshenv` file, to hidden ones | Soispha | 2023-08-29 |
| | |||
* | Fix(hm/conf/lf/colors): Remove underline from executables | Soispha | 2023-08-29 |
| | |||
* | Fix(hm/conf/lf/icons): Update to better looking ones | Soispha | 2023-08-29 |
| | |||
* | Fix(hm/conf/lf/colors): Adjust colors to new alacritty colorscheme | Soispha | 2023-08-29 |
| | |||
* | Fix(hm/conf/lf/icons): Add a correct icon for files | Soispha | 2023-08-29 |
| | |||
* | Feat(hm/conf/firefox): Add a `clean` profile, without confi | Soispha | 2023-08-29 |
| | |||
* | Fix(sys/font): Add multiple changes | Soispha | 2023-08-29 |
| | |||
* | Fix(hm/conf/alacritty): Import hints | Soispha | 2023-08-28 |
| | |||
* | Fix(hm/conf/alacritty/bell): Disable command as it's bothers me | Soispha | 2023-08-28 |
| | |||
* | Fix(hm/pkgs): Add notify-send, as alacritty needs it | Soispha | 2023-08-28 |
| | |||
* | Fix(hm/conf/alacritty/bell): Enable and add command | Soispha | 2023-08-28 |
| | |||
* | Fix(sys/font): Use the default terminal font, as it's best suited | Soispha | 2023-08-28 |
| | |||
* | Feat(sys/documentation): Init | Soispha | 2023-08-28 |
| | |||
* | Feat(sys/svcs/getty): Init | Soispha | 2023-08-28 |
| | |||
* | Fix(sys/font): Correct the font names | Soispha | 2023-08-28 |
| | |||
* | Feat(hm/conf/firefox): Add a nixpkgs issue search | Soispha | 2023-08-28 |
| | |||
* | Fix(sys/font): Add default fonts with nerd fonts support | Soispha | 2023-08-28 |
| | |||
* | Refactor(hm/conf/alacritty): Split the configuration in separate files | Soispha | 2023-08-28 |
| | |||
* | Fix(treewide): Replace old nerdfont icons with new ones | Soispha | 2023-08-28 |
| | | | | | | | This fix was done automatically with [nerdfix](1). [1]: https://github.com/loichyan/nerdfix | ||
* | Revert: "Fix(hm/conf/lf): Update icons to nerdfonts v3" | Soispha | 2023-08-28 |
| | | | | | | | | | This reverts commit 1309059518b344af2c88ddc635a1812dfee9618c. Reverting this is needed as a new, project wide migration the nerdfonts v3 will be attempted, based on: [nerdfix](1). [1]: https://github.com/loichyan/nerdfix | ||
* | Build(update.sh): Use correct path to update script | Soispha | 2023-08-28 |
| | |||
* | Build(flake): Update | Soispha | 2023-08-28 |
| | |||
* | Fix(flake): Switch to offical extra vim pluigins, not my fork | Soispha | 2023-08-28 |
| | |||
* | Fix(hm/conf/nvim/plugins/telescope/symbols): Switch to nixpkgs one | Soispha | 2023-08-28 |
| | |||
* | Fix(hm/conf/nvim/plugins/femaco): Import `clip_val` local | Soispha | 2023-08-28 |
| | |||
* | Fix(hm/conf/nvim/plugins/femaco): Switch to extra, as that's newer | Soispha | 2023-08-28 |
| |