Compare commits
2 Commits
ee6ffcd31a
...
5868d34775
Author | SHA1 | Date | |
---|---|---|---|
5868d34775 | |||
6fffe4e0a0 |
@ -1,5 +1,6 @@
|
||||
return {
|
||||
{ "rose-pine/neovim", name = "rose-pine" },
|
||||
{ "ellisonleao/gruvbox.nvim" },
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
|
2
enter.sh
2
enter.sh
@ -34,7 +34,7 @@ podman_run() {
|
||||
|
||||
# Mount host directories with programming projects.
|
||||
[ -d ~/Documents ] && arg "-v $HOME/Documents:/home/user/Documents"
|
||||
[ -d ~/.dev ] && arg "-v $HOME/.dev:/home/user/.dev"
|
||||
[ -d ~/.local/share/devcontainer ] && arg "-v $HOME/.local/share/devcontainer:/home/user/.dev"
|
||||
|
||||
# Add volumes for .local and .cache so these survive
|
||||
# container restarts.
|
||||
|
Loading…
Reference in New Issue
Block a user