feat: update ssh key configuration
This commit is contained in:
parent
822416fa79
commit
1787d206c2
|
@ -29,6 +29,7 @@
|
||||||
"turing" = {
|
"turing" = {
|
||||||
hostname = "turing.une.edu.au";
|
hostname = "turing.une.edu.au";
|
||||||
user = "jwils254";
|
user = "jwils254";
|
||||||
|
identityFile = "/home/sajenim/.ssh/jwils254_sk";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -24,20 +24,13 @@
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
c = "clear";
|
c = "clear";
|
||||||
r = "cd ~/.repositories";
|
r = "cd ~/.repositories";
|
||||||
p = "cd ~/.print";
|
|
||||||
d = "cd ~/.repositories/dotfiles.nix";
|
d = "cd ~/.repositories/dotfiles.nix";
|
||||||
la = "ls -a";
|
la = "ls -a";
|
||||||
ll = "ls -l";
|
ll = "ls -l";
|
||||||
tt = "wezterm cli set-tab-title ";
|
tt = "wezterm cli set-tab-title ";
|
||||||
deploy-viridian = "nixos-rebuild switch --flake .#viridian --target-host viridian --use-remote-sudo";
|
deploy-viridian = "nixos-rebuild switch --flake .#viridian --target-host viridian --use-remote-sudo";
|
||||||
mount-backup = "sshfs viridian:/srv/shares/sajenim /home/sajenim/.backup";
|
mount-backup = "sshfs viridian:/srv/shares/sajenim /home/sajenim/.backup";
|
||||||
};
|
mount-turing = "sshfs turing:/home/jwils254 /home/sajenim/.turing";
|
||||||
|
|
||||||
# An attribute set that adds to named directory hash table
|
|
||||||
dirHashes = {
|
|
||||||
# QMK Keymaps
|
|
||||||
crkbd = "$HOME/.github/qmk_keymaps/keyboards/crkbd/keymaps/sajenim";
|
|
||||||
kchrn = "$HOME/.github/qmk_keymaps/keyboards/keychron/q4/ansi_v2/keymaps/sajenim";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Install plugins
|
# Install plugins
|
||||||
|
@ -60,6 +53,7 @@
|
||||||
path+=('/home/sajenim/.repositories/sysadmin.sh/bin')
|
path+=('/home/sajenim/.repositories/sysadmin.sh/bin')
|
||||||
bindkey "^[[1;5C" forward-word
|
bindkey "^[[1;5C" forward-word
|
||||||
bindkey "^[[1;5D" backward-word
|
bindkey "^[[1;5D" backward-word
|
||||||
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
export PATH
|
export PATH
|
||||||
PROMPT='%F{blue}%n@%m %F{cyan}%~ %F{red}♥ %f';
|
PROMPT='%F{blue}%n@%m %F{cyan}%~ %F{red}♥ %f';
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue