Skip to content

marmos91/dotfiles

Repository files navigation

marmos91 .files for macOS

Personal dotfiles repository.

result

Highlights

  • Neovim configured through a custom lua configuration
  • Alacritty, Kitty and iTerm2 installed (Alacritty used as main terminal emulator)
  • Fish as default shell configured with Fisher
  • Powerful terminal management through Tmux
  • Support for Apple Silicon and Intel Macs

How to install

First of all clone this repository

git clone https://github.com/marmos91/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
git submodule init
git submodule update

Run the following command

chmod +x ~/.dotfiles/install.sh
~/.dotfiles/install.sh

All the needed tools will be downloaded automatically.

Note

You may have to restart neovim a few times for all the plugin to install correctly.

Customization

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/lua/custom where you can find my configuration for neovim.

Finally, the dotfiles folder contains all my personal dotfiles, feel free to modify them as you see fit.

Acknowledgements

For many of the configurations you find I have taken cues from other amazing repositories. I link them below because they can be inspiration for you as well:

Setup iTerm color scheme and custom fonts

To install iTerm color schema and custom fonts open iTerm preferences and go to the Profile tab. Under the Text tab select the JetBrainsMono Nerd Font font

iterm-text

Enjoy

Enjoy your new terminal 😊

License

MIT LICENSE