You will need git
and GNU stow
Clone into your $HOME
directory or ~
git clone https://github.com/kevingyori/.dotfiles.git ~
Run stow
to symlink everything or just select what you want
stow */ # Everything (the '/' ignores the files such as the README)
stow nvim # Just my nvim config
OS | MacOS / Fedora Asahi Remix |
---|---|
WM | AeroSpace / Sway |
Terminal | Kitty + tmux |
Shell | fish |
Editor | Neovim - LazyVim |
Browser | Brave + Chrome |
I stopped using tiling WMs on MacOS for now, they were causing more issues than they were solving
I dual both MacOS and Fedora Asahi Remix. Love them both for different reasons.
I mostly code on Linux.
I do all of my photo and video editing, designing and gaming on MacOS.
I like using sway with an autotiler script for it's simplicity. It was easy to set up and works like a charm.
I'm currently trying out AeroSpace.
Kitty is fast, and has everything I could ever need from a terminal emulator. I tried replacing tmux
with it - with a custom kitten. But in the end I just couldn't leave tmux
behind.
Kitty might have a bit too many features for me, so I'm planning on switching to Alacritty soon.
I switched to fish
from zsh
because of the built-in syntax highlighting and the auto-suggestions. It even feels a bit snappier than my zsh
config did.
I use the LazyVim Neovim distro with a few extra plugins and tweaks.
Would love to use my own config, but I couldn't get the lsp to work the way I wanted.
I use Brave for browsing and Chrome for web dev testing.