Skip to content

Commit

Permalink
feat(projects): add astronvim-config, zsh-config, dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
nisavid committed May 31, 2024
1 parent 9c636bd commit 2ace9a0
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions src/Page/Projects.elm
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,56 @@ view =
, text "."
]
]
, article []
[ h2 [] [ text "astronvim-config" ]
, p []
[ text "My "
, a [ rel "external", href "https://neovim.io" ]
[ text "Neovim" ]
, text " configuration, based on "
, a [ rel "external", href "https://astronvim.com" ]
[ text "AstroNvim" ]
, text ", integrating the productivity of modern IDE features into the efficiency of modal editing."
]
, p []
[ text "The source code is available "
, a [ rel "external", href "https://github.com/nisavid/astronvim-config" ]
[ text "on GitHub" ]
, text "."
]
]
, article []
[ h2 [] [ text "zsh-config" ]
, p []
[ text "My "
, a [ rel "external", href "https://zsh.sourceforge.io" ]
[ text "Zsh" ]
, text " configuration. Fast, convenient, and pretty."
]
, p []
[ text "The source code is available "
, a [ rel "external", href "https://github.com/nisavid/zsh-config" ]
[ text "on GitHub" ]
, text "."
]
]
, article []
[ h2 [] [ text "dotfiles" ]
, p []
[ text "My "
, a [ rel "external", href "https://dotfiles.github.io" ]
[ text "dotfiles" ]
, text ", managed by "
, a [ rel "external", href "https://chezmoi.io" ]
[ text "chezmoi" ]
, text "."
]
, p []
[ text "The source code is available "
, a [ rel "external", href "https://github.com/nisavid/dotfiles" ]
[ text "on GitHub" ]
, text "."
]
]
]
}

0 comments on commit 2ace9a0

Please sign in to comment.