nikitavoloboev / dotfiles

Fish, Karabiner, VSCode, Sublime, Neovim, Nix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My config files for macOS Thanks

Zsh, Karabiner, VS Code, Sublime, Neovim, Nix

Light appearance. Prefer to use light themes as it makes text more readable during the day with natural light around.

Dark appearance. Using screenfetch to get OS details.

I don't actually split editors like above. I code with each window maximized & switch quickly between windows/apps with Karabiner. Sometimes I use iPad with Sidecar on the side (for web dev) but mostly use one 16" MacBook screen.

You can see my top used apps, Safari extensions and Alfred workflows here. I also explain how I use the apps in detail there.

Clean install

  1. Boot latest macOS version. Remember that username is the name you want the home folder to be (by default its first name & last name).
  2. Go through preferences & set everything up.
  3. Download & install apps I use.
  4. Clone dotfiles & sync them.
  5. Sync settings for apps I use.

Setup & sync dotfiles

Take a look at install shell script. It will install brew, go & mage.

Run it with ./install. As part of the script it will run mage setup. Take a look at magefile.go Setup function to see what it will do.

You can also run mage alone to see what commands you can run with descriptions of them.

In short, it will create appropriate symlinks pointing at files in ~/.dotfiles. It is assumed that the dotfiles repo is placed there.

It will also install CLI tools & apps.

Interesting dotfiles

Here are dotfiles I got many ideas from and liked. I also mention Nix configurations I liked.

Contributing

Suggestions on how I can improve the these dotfiles or suggestions of new and awesome tools are welcome.

Thank you

You can support me on GitHub or look into other projects I shared.

MIT Twitter

About

Fish, Karabiner, VSCode, Sublime, Neovim, Nix

License:MIT License


Languages

Language:Shell 69.6%Language:Vim Script 8.3%Language:Go 8.2%Language:Ruby 5.9%Language:Lua 3.2%Language:Python 2.6%Language:Nix 2.2%