Skip to content

Commit d394c71

Browse files
committed
feat(projects): add astronvim-config, zsh-config, dotfiles
1 parent 31e8fc9 commit d394c71

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

src/Page/Projects.elm

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,56 @@ view =
6161
, text "."
6262
]
6363
]
64+
, article []
65+
[ h2 [] [ text "astronvim-config" ]
66+
, p []
67+
[ text "My "
68+
, a [ rel "external", href "https://neovim.io" ]
69+
[ text "Neovim" ]
70+
, text " configuration, based on "
71+
, a [ rel "external", href "https://astronvim.com" ]
72+
[ text "AstroNvim" ]
73+
, text ", integrating the productivity of modern IDE features into the efficiency of modal editing."
74+
]
75+
, p []
76+
[ text "The source code is available "
77+
, a [ rel "external", href "https://github.com/nisavid/astronvim-config" ]
78+
[ text "on GitHub" ]
79+
, text "."
80+
]
81+
]
82+
, article []
83+
[ h2 [] [ text "zsh-config" ]
84+
, p []
85+
[ text "My "
86+
, a [ rel "external", href "https://zsh.sourceforge.io" ]
87+
[ text "Zsh" ]
88+
, text " configuration. Fast, convenient, and pretty."
89+
]
90+
, p []
91+
[ text "The source code is available "
92+
, a [ rel "external", href "https://github.com/nisavid/zsh-config" ]
93+
[ text "on GitHub" ]
94+
, text "."
95+
]
96+
]
97+
, article []
98+
[ h2 [] [ text "dotfiles" ]
99+
, p []
100+
[ text "My "
101+
, a [ rel "external", href "https://dotfiles.github.io" ]
102+
[ text "dotfiles" ]
103+
, text ", managed by "
104+
, a [ rel "external", href "https://chezmoi.io" ]
105+
[ text "chezmoi" ]
106+
, text "."
107+
]
108+
, p []
109+
[ text "The source code is available "
110+
, a [ rel "external", href "https://github.com/nisavid/dotfiles" ]
111+
[ text "on GitHub" ]
112+
, text "."
113+
]
114+
]
64115
]
65116
}

0 commit comments

Comments
 (0)