Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fdaciuk/dotfiles
My configuration files for zsh, neovim and tmux.
https://github.com/fdaciuk/dotfiles
Last synced: 18 days ago
JSON representation
My configuration files for zsh, neovim and tmux.
- Host: GitHub
- URL: https://github.com/fdaciuk/dotfiles
- Owner: fdaciuk
- Created: 2020-04-30T20:14:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T15:12:38.000Z (about 2 months ago)
- Last Synced: 2024-10-13T13:30:08.893Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 5.74 MB
- Stars: 67
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
> My configuration files for zsh, neovim and tmux.
## Font
~~I'm using [Cascadia Mono PL Regular](https://github.com/microsoft/cascadia-code)~~
I'm using [JetBrainsMono Nerd Font](https://www.programmingfonts.org/#jetbrainsmono)_You can find this and more fonts on [NerdFonts](https://www.nerdfonts.com/)_
## Neovim
I'm using [Better Vim](https://bettervim.com) ❤️
## Tmux theme
I'm using [Better Tmux](https://github.com/better-vim/better-tmux)
## Gnome Terminal
To install Gnome Terminal configurations, use [this instructions](https://gist.github.com/fdaciuk/9ec4d8afc32063a6f74a21f8308e3807)
## 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
- [Wally - install keyboard firmware](https://github.com/zsa/wally/wiki/Linux-install)
- [Oryx - Live training](https://github.com/zsa/wally/wiki/Live-training-on-Linux)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](https://github.com/fdaciuk/licenses/blob/master/MIT-LICENSE.md) @ Fernando Daciuk