https://github.com/mitinarseny/dotfiles
My collection of various config files for Linux/macOS
https://github.com/mitinarseny/dotfiles
dotfiles foot-terminal git golang linux lsp mako neovim nord-theme river riverwm rust tmux wayland waylock wob yambar zsh
Last synced: 25 days ago
JSON representation
My collection of various config files for Linux/macOS
- Host: GitHub
- URL: https://github.com/mitinarseny/dotfiles
- Owner: mitinarseny
- Created: 2018-08-15T06:58:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T20:58:16.000Z (about 1 year ago)
- Last Synced: 2025-04-19T11:48:50.433Z (about 1 month ago)
- Topics: dotfiles, foot-terminal, git, golang, linux, lsp, mako, neovim, nord-theme, river, riverwm, rust, tmux, wayland, waylock, wob, yambar, zsh
- Language: Shell
- Homepage:
- Size: 6.2 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# dotfiles
```sh
$ git clone --bare https://github.com/mitinarseny/dotfiles ~/.dotfiles
$ alias dots="git --git-dir ~/.dotfiles --work-tree ~"
$ dots config --local status.showUntrackedFiles no
$ dots submodule update --init --recursive
$ dots checkout -f$ git config --global --add include.path ~/.config/git/config.local
$ git config --global --add core.excludesfile ~/.config/git/excludes
```