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