Compare commits

...

4 Commits

4 changed files with 9 additions and 6 deletions

View File

@@ -156,7 +156,7 @@ return {
end, { desc = 'Show symbol info' })
vim.keymap.set('n', '<A-m>', compile_project('clear && ./build.sh krypton\n'), { desc = '[H]eader and Source Switcher' })
vim.keymap.set('n', '<leader>t', compile_project('clear && ./build.sh test\n'), { desc = '[H]eader and Source Switcher' })
vim.keymap.set('n', '<A-t>', compile_project('clear && ./build.sh test\n'), { desc = '[H]eader and Source Switcher' })
vim.keymap.set('n', '<leader>h', '<cmd>ClangdSwitchSourceHeader<cr>', { desc = '[H]eader and Source Switcher' })
end,
}

2
.zshrc
View File

@@ -122,6 +122,8 @@ if [ ! -f "$MARKER_FILE" ]; then
# in prod it'll be read access /var/lib/eko which is fine I guess?
chmod o+x /home/kyren/
K_SWITCH_HOME=
touch "$MARKER_FILE"
fi

View File

@@ -59,6 +59,7 @@
eog
kopia-ui
rclone-ui
kdePackages.spectacle
# Communication
wasistlos # Whatsapp

View File

@@ -10,11 +10,11 @@
];
# Automaticaly mount C drive
fileSystems."/mnt/c" = {
device = "/dev/nvme1n1p4";
fsType = "ntfs-3g";
options = [ "rw" "noatime" "uid=1000" ];
};
# fileSystems."/mnt/c" = {
# device = "/dev/nvme1n1p4";
# fsType = "ntfs-3g";
# options = [ "rw" "noatime" "uid=1000" ];
# };
# Automatically mount E drive
# fileSystems."/mnt/e" = {