Personal dotfiles repository based on Nix Darwin, Home Manager and Stow.
- Neovim configured through a custom lua configuration
- Ghostty as terminal emulator. Wezterm also installed.
- Fish as default shell (Nushell also installed)
- Powerful terminal management through Tmux
- Support for Apple Silicon and Intel Macs
First of all, clone this repository
git clone https://github.com/marmos91/dotfiles.git ~/.dotfiles
Run the following command
chmod +x ~/.dotfiles/setup.sh
~/.dotfiles/setup.sh
All the needed tools will be downloaded automatically.
You may have to restart neovim a few times for all the plugin to install correctly.
You are free to modify my configuration to suit your needs.
Here is a list of places to start:
The config folder contains all the configurations of the applications we are going to install.
The most interesting path is definitely config/nvim
where you can find my configuration for neovim.
Enjoy your new terminal 😊