Skip to content

Here are the dot files that I use for development.

Notifications You must be signed in to change notification settings

gurhub/dotfiles

Repository files navigation

My Dot Files

Here are the dot (.*) files I use for development. Feel free to use them in your projects 🤓.

What is a dot file

In computing, a hidden folder (sometimes hidden directory) or file is a folder or file filesystem utilities do not display by default when showing a directory listing. They are commonly used for storing user preferences or preserving the state of a utility and are frequently created implicitly by using various utilities. For more detail please check here.

.wezterm.lua

.wezterm.lua for WezTerm terminal:

.wezterm.lua

init.lua

Config file for Neovim. Location: ~/.config/nvim/init.lua

init.lua

.gitignore

.gitignore file for XCode projects:

.gitignore

.gitattributes

.gitattributes file for Git Large File Storage (LFS):

.gitattributes

.zshrc

.zshrc

.swiftformat

.swiftformat

For more information about Swiftformat please check here

How to use:

  • install with the command below:
brew cask install swiftformat-for-xcode
  • open via spotlight by typing Swift Format for Xcode.app (it's installed under the Application directory)

  • Close the Xcode

  • Then open the System Preferences > Extension and enable the Swift Format for Xcode > Xcode Source Editor by checking

  • Open the Xcode again

  • Check the new menu item under the Editor > Swift Format

  • Done!

.swiftlint.yml

.swiftlint.yml

For other rules check here.

.clang-format

.clang-format

About

Here are the dot files that I use for development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages