https://github.com/kalambet/dotfiles
yadm repository
https://github.com/kalambet/dotfiles
vimrc yadm zshrc
Last synced: 8 days ago
JSON representation
yadm repository
- Host: GitHub
- URL: https://github.com/kalambet/dotfiles
- Owner: kalambet
- Created: 2018-02-17T18:24:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-10-05T09:00:55.000Z (15 days ago)
- Last Synced: 2025-10-05T11:24:13.239Z (15 days ago)
- Topics: vimrc, yadm, zshrc
- Language: Vim Script
- Size: 182 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This repository contains configuration files for the local setup of Linux/macOS environment. Setup is baes on the following components:
- [Ghostty](https://ghostty.org/) - Nice terminal built with Zig
- [Z Shell](https://www.zsh.org/) - as a main Shell
- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) - Auto suggestions for Z Shell
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) - Syntax highlighting for Z Shell
- [Starship](https://starship.rs/) - prompt for Z Shell
- [NeoVim](https://neovim.io/) - as a text editor
- [LazyVim](https://www.lazyvim.org/) - as a NeoVim plugin manager
- [Zed](https://zed.dev/) - as IDE
- [Zellij](https://zellij.dev/) - as a terminal session manager
- [mosh](https://mosh.org/) - SSH Server friendly for mobile and unstable connections# Install
To install dotfiles `yadm` needs to be installed before. More detatils on how to it can be found in the [official `yadm` documentation](https://yadm.io/docs/install).```shell
yadm clone https://github.com/kalambet/dotfiles
```After repository is cloned, check `yadm status` to see potential conflicts.