mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-05-05 18:31:21 +00:00
Add wezterm
and nvim
This commit is contained in:
parent
9648cc08ff
commit
b32b21bfe5
4 changed files with 6 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "tongfang/.config/nvim"]
|
||||||
|
path = tongfang/.config/nvim
|
||||||
|
url = git@github.com:bartvdbraak/nbim.git
|
|
@ -1,3 +1,3 @@
|
||||||
alias ll='ls -la'
|
alias ll='ls -la'
|
||||||
alias lt='ls --human-readable --size -1 -S --classify'
|
alias lt='ls --human-readable --size -1 -S --classify'
|
||||||
alias nrebuild="nixos-rebuild -I /etc/nixos/configuration.nix --flake /etc/nixos/flake.nix --use-remote-sudo switch"
|
alias nrebuild='sudo nixos-rebuild --use-remote-sudo switch'
|
||||||
|
|
0
tongfang/.config/wezterm/wezterm.lua
Normal file
0
tongfang/.config/wezterm/wezterm.lua
Normal file
|
@ -59,6 +59,8 @@
|
||||||
vscodium-fhs
|
vscodium-fhs
|
||||||
thunderbird
|
thunderbird
|
||||||
fastfetch
|
fastfetch
|
||||||
|
wezterm
|
||||||
|
nvim
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue