dotfiles
dotfiles copied to clipboard
My configuration files for zsh, neovim and tmux.
Dotfiles
My configuration files for zsh, neovim and tmux.
Font
~~I'm using Cascadia Mono PL Regular~~ I'm using JetBrainsMono Nerd Font
You can find this and more fonts on NerdFonts
Neovim
I'm using Better Vim ❤️
Tmux theme
I'm using oh-my-tmux
Gnome Terminal
To install Gnome Terminal configurations, use this instructions
ZSH
If you want to set some global environment variable, create a file ~/.zshenv, and add your env vars like this:
export TEST=yaaaay!
Instalation
- Clone this repository somewhere on your PC
- Run
./symlinks.sh
Moonlander Configuration
After create symbolic links, install the required dependencies:
Then, make sure your user is part of the plugdev group:
sudo groupadd plugdev
sudo usermod -aG plugdev $USER
License
MIT @ Fernando Daciuk