Giter Club home page Giter Club logo

dotfiles's Introduction

~/. my dotfiles ~/. ๐Ÿ ย 

> Managed with chezmoi ๐Ÿค–ย  and NixOS โ„๏ธย 

๐Ÿ“–ย  Overview

This repository contains all my dotfiles managed by chezmoi. Please note that this is my own personal dotfiles. Stuffs may change without further notice and this README can get outdated. For NixOS users, head over here

๐Ÿ“ทย  Screenshots

Sway sway

Tmux tmux

Fish prompt fish

Neovim nvim1 nvim2

๐Ÿ“ย  Included Plugins

๐ŸŸย  Fish

I use fisher as my plugin manager. These are the plugins I'm using:

To update fish plugins, type in fisher update in terminal. To install or remove fish plugins, you can run fisher command.

๐Ÿ“ย  Neovim

I use lazy.nvim as my plugin manager. These are the plugins I'm using:

To update Neovim plugins, do :Lazy update in your nvim. Note: You need Neovim version >=0.7.0

๐Ÿ“ฆย  Dependencies

You need to have these packages installed in your system if you want to set up:

For Sway:

waybar
grim
slurp
swayidle
python-i3ipc
rofi (optional)
nwg-dock (optional)

For i3

py3status
scrot
i3lock
picom (optional)
rofi (optional)
xfce4-panel (optional)

For Fish:

fish
git
fd
bat
chsh
fzf
zoxide
curl/wget
exa

For Neovim:

nvim
git
curl
npm
fzf
unzip

๐Ÿ”กย  Fonts

Starship and Lualine requires powerline fonts to work. I suggest Nerd-fonts. The font in the screenshot above is using UbuntuMono Nerd Font Regular. I also need Unifont installed in the system for some glyphs to work. Chezmoi will do this automatically for you.

๐Ÿ“ฅย  Installation

Git clone this repository into your host machine: git clone https://github.com/budimanjojo/dotfiles.git Run install.sh: ./install.sh Then do chezmoi init --apply budimanjojo

๐Ÿ“œย  Cheatsheet

Sway/i3/Hyprland keybindings

I use Super key for Sway/i3. hjkl keys are mapped to left, down, up, right arrow keys. S means Super key, [0-9] means number key 0 to 9.

Keypress Description
S+t Open terminal app
S+w Open browser
S+f Open file manager
S+g Open GIMP
S+b Open OBS
S+s Open Steam
S+grave Open rofi apps menu
S+Tab Open rofi opened apps menu
Alt+F4 Close window
S+F4 Close window
S+k Change focus to window above
S+j Change focus to window below
S+h Change focus to left side window
S+l Change focus to right side window
S+Shift+k Move focused window up
S+Shift+j Move focused window down
S+Shift+h Move focused window left
S+Shift+l Move focused window right
S+Ctrl+h Split opened windows horizontally
S+Ctrl+v Split opened windows vertically
S+Ctrl+q Toggle opened windows split
S+Tab Go to next workspace
S+Shift+Tab Go to previous workspace
S+Ctrl+t Toggle window border on/off
S+Ctrl+g Toggle gaps on/off
S+Ctrl+f Toggle fullscreen mode on/off
S+Ctrl+s Change container layout to stacking
S+Ctrl+w Change container layout to tabbed
S+Ctrl+e Toggle split layout to horizontal/vertical
S+Shift+Space Toggle window floating on/off
S+Space Swap focus between tiling/floating window
S+Shift+p Move current focused window to scratchpad
S+p Show/hide scratchpad window
S+[0-9] Go to workspace #[0-9]
S+Shift+[0-9] Move focused window to workspace #[0-9]
S+Shift+r Go to resize container mode
S+Shift+g Go to resize gaps mode
S+Ctrl+Del Go to logout mode
Printscreen Go to screenshot mode
S+Shift+c Reload Sway configuration
S+Shift+e Exit Sway

Neovim keybindings

The prefix key is Space. You can override this using your custom .vimrc.local file. <Leader> means you need to press prefix key first. If they are not in the table, that means it's using the default Vim keybindings.

Mode Keypress Description
Normal <Leader>w Save file
Normal <Leader>x Save file and quit
Normal <Leader>qq Quit
Normal <Leader>qa Force quit without saving
Normal <Leader>wq Save file and quit
Normal Y Yank from cursor to end of file
Normal K Move Up one paragraph
Normal J Move Down one paragraph
Normal H Move to the first character in line
Normal L Move to the last character in line
Visual J Move selected line up and down
Visual K Move selected line up and down
Normal Control+k Move to the split window above
Normal Control+j Move to the split window below
Normal Control+h Move to the left split window
Normal Control+l Move to the right split window
Normal <Leader>s Open new horizontal split window
Normal <Leader>v Open new vertical split window
Insert Control+k Move cursor Up
Insert Control+j Move cursor Down
Insert Control+h Move cursor Left
Insert Control+l Move cursor Right
Normal <Leader>tn Open new tab
Normal <Leader>td Close tab
Normal <Leader>th Go to previous tab
Normal <Leader>tl Go to next tab
Normal <Leader>te Open new tab with current buffer's path
Normal <Leader>hh Jump back to older cursor position
Normal <Leader>ll Jump forward to newer cursor position
Normal/Visual Tab Indent current line or selection
Normal/Visual Shift+Tab De-indent current line or selection
Normal <Leader>lr Restart LSP client
Normal <Leader>fz Open FzfLua
Normal <Leader>ff Open FzfLua to find files
Normal <Leader>fg Open FzfLua to live grep
Normal <Leader>fc Open FzfLua to see git commits
Normal <Leader>fb Open FzfLua to see opened buffers
Normal <Leader>fh Open FzfLua to find help
Normal <Leader>fk Open FzfLua to see keymappings
Normal <Leader>fe Open FzfLua to find lsp diagnostics
Normal <Leader>fr Open FzfLua to find lsp references
Normal <Leader>fd Open FzfLua to find lsp typedefs
Normal <Leader>xx Toggle Trouble
Normal <Leader>xr Toggle Trouble to find lsp references
Normal Control+f Toggle oil.nvim file manager
Normal/Term Control+t Toggle floating terminal
Normal <Leader>pp Format buffer with null-ls
Visual <Leader>pp Range format buffer with null-ls
Normal rn Do LSP buffer rename
Normal gd Do LSP buffer get definition
Normal gD Do LSP buffer get declaration
Normal gh Do LSP buffer get hover
Normal gr Do LSP buffer get references
Normal gi Do LSP buffer get implementation

Tmux keybindings

I override the default keybindings for Tmux to be more reasonable. Prefix key is Alt+a for local session and Alt+z for nested session. You can of course override this. <prefix> means you need to press prefix key first, <repeat> means you don't need to press prefix key again after triggering it within repeat-time set (default set to 1 second), <copy-mode> means you must be in copy-mode first. The table below lists all the keybindings set. If they are not in the table, that means it's using the default Tmux keybindings.

Keypress Description
<prefix>Alt+e Edit tmux.conf.local file and reload configuration after saving
<prefix>Alt+r Reload tmux configuration
<prefix>f Find session, window, pane from list
<prefix>Alt+s Create new horizontal split window
<prefix>Alt+v Create new vertical split window
<prefix>r Rename current window
<prefix>R Rename current session
<prefix><repeat>k Move selection to pane above
<prefix><repeat>j Move selection to pane below
<prefix><repeat>h Move selection to left pane
<prefix><repeat>l Move selection to right pane
<prefix><repeat>> Swap to next pane
<prefix><repeat>< Swap to previous pane
<prefix><repeat>K Resize current pane upwards
<prefix><repeat>J Resize current pane downwards
<prefix><repeat>H Resize current pane to the left
<prefix><repeat>L Resize current pane to the right
<prefix><repeat>Alt+n Move selection to next window
<prefix><repeat>Alt+p Move selection to previous window
<prefix><repeat>Tab Move selection to next window
<prefix>S Join current pane to selected window in horizontal split
<prefix>V Join current pane to selected window in vertical split
<prefix>x Close current pane
<prefix>X Close current window
<prefix>Alt+x Close all other windows
<prefix>a Get into copy mode
<prefix>p Paste copied text from last buffer
<prefix>P Paste copied text from list
<copy-mode>y Copy selected text
<copy-mode>Y Copy the whole line of selected text
<copy-mode>D Copy till the end of line from selected text

Zellij keybindings

I'm migrating my tmux to Zellij. I mimicked my tmux configuration to work in zellij but not everything works the same. Prefix key is Alt+a, I use the "switch to normal mode" in zellij to achieve this. <normal> means you need to be in normal mode, <pane> means pane mode, and so on. The table below lists all the keybindings set.

Keypress Description
<locked>Alt+a Swith to normal mode (act like prefix key in tmux)
<normal>Alt+s Create new horizontal split window and back to locked mode
<normal>Alt+v Create new vertical split window and back to locked mode
<normal>r Switch to renametab mode
<normal>h Move selection to left pane
<normal>j Move selection to pane below
<normal>k Move selection to pane above
<normal>l Move selection to right pane
<normal>> Move pane around
<normal>H Resize current pane upwards
<normal>J Resize current pane downwards
<normal>H Resize current pane to the left
<normal>L Resize current pane to the right
<normal>Alt+n Go to next window
<normal>Alt+p Go to previous window
<normal>c Open new tab and back to locked mode
<normal>x Close current pane and back to locked mode
<normal>a Open pane with $EDITOR and back to locked mode
<normal>Esc/' '/"\n" Switch back to locked mode
<renametab>Alt+a Switch to normal mode
<renametab>"\n" Switch to locked mode
<renametab>Esc Confirm tab name and back to locked mode

dotfiles's People

Contributors

budimanjojo avatar budimanjojo-bot[bot] avatar renovate-bot avatar renovate[bot] avatar whazor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dotfiles's Issues

Renovate Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

Renovate tried to run on this repository, but found these problems.

  • WARN: Found renovate config warnings

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): lock file maintenance

Detected dependencies

github-actions
.github/workflows/broken-link-check.yaml
  • tibdex/github-app-token v2
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • lycheeverse/lychee-action v1
  • micalevisk/last-issue-action v2
  • peter-evans/create-issue-from-file v5
.github/workflows/check-flakes.yaml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • cachix/install-nix-action v26@8887e596b4ee1134dae06b98d573bd674693f47c
.github/workflows/renovate.yaml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • tibdex/github-app-token v2
  • renovatebot/github-action v40.1.10
.github/workflows/update-nvfetcher.yaml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • cachix/install-nix-action v26@8887e596b4ee1134dae06b98d573bd674693f47c
  • workflow/nix-shell-action v3.3.0
  • tibdex/github-app-token v2
  • peter-evans/create-pull-request v6
  • peter-evans/enable-pull-request-automerge v3
nix
flake.nix
  • nixpkgs nixos-unstable
regex
.chezmoiscripts/run_once_after_20-install-aqua.sh.tmpl
  • aquaproj/aqua v2.27.0
.chezmoiscripts/run_once_before_20-install-packages-ubuntu.sh.tmpl
  • wez/wezterm 20240203-110809-5046fc22
.chezmoiscripts/run_once_before_30-install-font.sh.tmpl
  • ryanoasis/nerd-fonts v3.2.1
.chezmoiscripts/run_once_after_20-install-aqua.sh.tmpl
  • aquaproj/aqua-installer v3.0.0
dot_config/aqua.yaml.tmpl
  • aquaproj/aqua-registry v4.163.0
  • twpayne/chezmoi v2.47.4
  • junegunn/fzf 0.50.0
  • starship/starship v1.18.2
  • ajeetdsouza/zoxide v0.9.4
  • BurntSushi/ripgrep 14.1.0
  • sharkdp/fd v9.0.0
  • sharkdp/bat v0.24.0
  • eza-community/eza v0.18.11
  • blacknon/hwatch 0.3.12
  • zellij-org/zellij v0.40.0
  • gohugoio/hugo v0.125.1
  • dandavison/delta 0.17.0
  • ms-jpq/sad v0.4.28
  • FiloSottile/age v1.1.1
  • golang/go 1.22.2
  • cli/cli v2.48.0
  • go-task/task v3.36.0
  • direnv/direnv v2.34.0
  • goreleaser/goreleaser v1.25.1
  • mikefarah/yq v4.43.1
  • kubernetes/kubectl v1.30.0
  • fluxcd/flux2 v2.2.3
  • kubernetes-sigs/kustomize kustomize/v5.4.1
  • kubernetes-sigs/krew v0.4.4
  • mozilla/sops v3.8.1
  • helm/helm v3.14.4
  • siderolabs/talos v1.6.7
  • derailed/k9s v0.32.4
  • budimanjojo/talhelper v2.3.11
  • pulumi/pulumi v3.113.2
dot_config/aqua.yaml.tmpl
dot_config/aqua.yaml.tmpl
  • golang/go 1.22.2
dot_config/aqua.yaml.tmpl
  • kubernetes/kubectl 1.30.0
dot_config/aqua.yaml.tmpl
  • golang/go 1.22.2
.chezmoiscripts/run_once_after_20-install-aqua.sh.tmpl
  • aquaproj/aqua-installer v3.0.0
dot_config/aqua.yaml.tmpl
  • aquaproj/aqua-registry v4.163.0
  • twpayne/chezmoi v2.47.4
  • junegunn/fzf 0.50.0
  • starship/starship v1.18.2
  • ajeetdsouza/zoxide v0.9.4
  • BurntSushi/ripgrep 14.1.0
  • sharkdp/fd v9.0.0
  • sharkdp/bat v0.24.0
  • eza-community/eza v0.18.11
  • blacknon/hwatch 0.3.12
  • zellij-org/zellij v0.40.0
  • gohugoio/hugo v0.125.1
  • dandavison/delta 0.17.0
  • ms-jpq/sad v0.4.28
  • FiloSottile/age v1.1.1
  • golang/go 1.22.2
  • cli/cli v2.48.0
  • go-task/task v3.36.0
  • direnv/direnv v2.34.0
  • goreleaser/goreleaser v1.25.1
  • mikefarah/yq v4.43.1
  • kubernetes/kubectl v1.30.0
  • fluxcd/flux2 v2.2.3
  • kubernetes-sigs/kustomize kustomize/v5.4.1
  • kubernetes-sigs/krew v0.4.4
  • mozilla/sops v3.8.1
  • helm/helm v3.14.4
  • siderolabs/talos v1.6.7
  • derailed/k9s v0.32.4
  • budimanjojo/talhelper v2.3.11
  • pulumi/pulumi v3.113.2
dot_config/aqua.yaml.tmpl
dot_config/aqua.yaml.tmpl
  • golang/go 1.22.2
dot_config/aqua.yaml.tmpl
  • kubernetes/kubectl 1.30.0
dot_config/aqua.yaml.tmpl
  • golang/go 1.22.2
.chezmoiscripts/run_once_after_20-install-aqua.sh.tmpl
  • aquaproj/aqua v2.27.0
.chezmoiscripts/run_once_before_20-install-packages-ubuntu.sh.tmpl
  • wez/wezterm 20240203-110809-5046fc22
.chezmoiscripts/run_once_before_30-install-font.sh.tmpl
  • ryanoasis/nerd-fonts v3.2.1

Renovate Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

npm
dot_config/nvim/package.json
  • vscode ^1.11.0
regex
.chezmoiscripts/run_once_after_20-install-aqua.sh.tmpl
  • aquaproj/aqua-installer v1.1.1
dot_config/aqua.yaml.tmpl
  • aquaproj/aqua-registry v3.37.0
  • twpayne/chezmoi v2.21.0
  • junegunn/fzf 0.32.1
  • starship/starship v1.10.2
  • ajeetdsouza/zoxide v0.8.2
  • BurntSushi/ripgrep 13.0.0
  • sharkdp/fd v8.4.0
  • sharkdp/bat v0.21.0
  • ogham/exa v0.10.1
  • blacknon/hwatch 0.3.7
  • neovim/neovim v0.7.2
  • zellij-org/zellij v0.31.3
  • gohugoio/hugo v0.101.0
  • FiloSottile/age v1.0.0
  • golang/go 1.18.5
  • cli/cli v2.14.5
  • go-task/task v3.14.1
  • direnv/direnv v2.32.1
  • goreleaser/goreleaser v1.10.3
  • mikefarah/yq v4.27.2
  • kubernetes/kubectl v1.25.0
  • fluxcd/flux2 v0.32.0
  • kubernetes-sigs/kustomize kustomize/v4.5.7
  • mozilla/sops v3.7.3
  • helm/helm v3.9.3
  • siderolabs/talos v1.1.2
  • derailed/k9s v0.26.3
  • budimanjojo/talhelper v1.2.3
dot_config/aqua.yaml.tmpl
dot_config/aqua.yaml.tmpl
  • golang/go 1.18.5
dot_config/aqua.yaml.tmpl
  • kubernetes/kubectl 1.25.0
dot_config/aqua.yaml.tmpl
  • golang/go 1.18.5
.chezmoiscripts/run_once_after_20-install-aqua.sh.tmpl
  • aquaproj/aqua v1.19.2
.chezmoiscripts/run_once_before_20-install-nodejs.sh.tmpl
  • node v17.1.0

  • Check this box to trigger a request for Renovate to run again on this repository

Renovate Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

Renovate tried to run on this repository, but found these problems.

  • WARN: Found renovate config warnings

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): lock file maintenance

Detected dependencies

github-actions
.github/workflows/broken-link-check.yaml
  • tibdex/github-app-token v2
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • lycheeverse/lychee-action v1
  • micalevisk/last-issue-action v2
  • peter-evans/create-issue-from-file v5
.github/workflows/check-flakes.yaml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • cachix/install-nix-action v25@6004951b182f8860210c8d6f0d808ec5b1a33d28
.github/workflows/renovate.yaml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • tibdex/github-app-token v2
  • renovatebot/github-action v40.1.2
.github/workflows/update-nvfetcher.yaml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • cachix/install-nix-action v25@6004951b182f8860210c8d6f0d808ec5b1a33d28
  • workflow/nix-shell-action v3.3.0
  • tibdex/github-app-token v2
  • peter-evans/create-pull-request v6
  • peter-evans/enable-pull-request-automerge v3
nix
flake.nix
  • nixpkgs nixos-unstable
regex
.chezmoiscripts/run_once_after_20-install-aqua.sh.tmpl
  • aquaproj/aqua v2.23.1
.chezmoiscripts/run_once_before_20-install-packages-ubuntu.sh.tmpl
  • wez/wezterm 20240203-110809-5046fc22
.chezmoiscripts/run_once_before_30-install-font.sh.tmpl
  • ryanoasis/nerd-fonts v3.1.1
.chezmoiscripts/run_once_after_20-install-aqua.sh.tmpl
  • aquaproj/aqua-installer v2.3.0
dot_config/aqua.yaml.tmpl
  • aquaproj/aqua-registry v4.143.0
  • twpayne/chezmoi v2.47.0
  • junegunn/fzf 0.46.1
  • starship/starship v1.17.1
  • ajeetdsouza/zoxide v0.9.4
  • BurntSushi/ripgrep 14.1.0
  • sharkdp/fd v9.0.0
  • sharkdp/bat v0.24.0
  • eza-community/eza v0.18.4
  • blacknon/hwatch 0.3.10
  • zellij-org/zellij v0.39.2
  • gohugoio/hugo v0.123.4
  • dandavison/delta 0.16.5
  • ms-jpq/sad v0.4.23
  • FiloSottile/age v1.1.1
  • golang/go 1.22.0
  • cli/cli v2.44.1
  • go-task/task v3.34.1
  • direnv/direnv v2.33.0
  • goreleaser/goreleaser v1.24.0
  • mikefarah/yq v4.42.1
  • kubernetes/kubectl v1.29.2
  • fluxcd/flux2 v2.2.3
  • kubernetes-sigs/kustomize kustomize/v5.3.0
  • kubernetes-sigs/krew v0.4.4
  • mozilla/sops v3.8.1
  • helm/helm v3.14.2
  • siderolabs/talos v1.6.5
  • derailed/k9s v0.31.9
  • budimanjojo/talhelper v2.3.1
  • pulumi/pulumi v3.107.0
dot_config/aqua.yaml.tmpl
dot_config/aqua.yaml.tmpl
  • golang/go 1.22.0
dot_config/aqua.yaml.tmpl
  • kubernetes/kubectl 1.29.2
dot_config/aqua.yaml.tmpl
  • golang/go 1.22.0
.chezmoiscripts/run_once_after_20-install-aqua.sh.tmpl
  • aquaproj/aqua-installer v2.3.0
dot_config/aqua.yaml.tmpl
  • aquaproj/aqua-registry v4.143.0
  • twpayne/chezmoi v2.47.0
  • junegunn/fzf 0.46.1
  • starship/starship v1.17.1
  • ajeetdsouza/zoxide v0.9.4
  • BurntSushi/ripgrep 14.1.0
  • sharkdp/fd v9.0.0
  • sharkdp/bat v0.24.0
  • eza-community/eza v0.18.4
  • blacknon/hwatch 0.3.10
  • zellij-org/zellij v0.39.2
  • gohugoio/hugo v0.123.4
  • dandavison/delta 0.16.5
  • ms-jpq/sad v0.4.23
  • FiloSottile/age v1.1.1
  • golang/go 1.22.0
  • cli/cli v2.44.1
  • go-task/task v3.34.1
  • direnv/direnv v2.33.0
  • goreleaser/goreleaser v1.24.0
  • mikefarah/yq v4.42.1
  • kubernetes/kubectl v1.29.2
  • fluxcd/flux2 v2.2.3
  • kubernetes-sigs/kustomize kustomize/v5.3.0
  • kubernetes-sigs/krew v0.4.4
  • mozilla/sops v3.8.1
  • helm/helm v3.14.2
  • siderolabs/talos v1.6.5
  • derailed/k9s v0.31.9
  • budimanjojo/talhelper v2.3.1
  • pulumi/pulumi v3.107.0
dot_config/aqua.yaml.tmpl
dot_config/aqua.yaml.tmpl
  • golang/go 1.22.0
dot_config/aqua.yaml.tmpl
  • kubernetes/kubectl 1.29.2
dot_config/aqua.yaml.tmpl
  • golang/go 1.22.0
.chezmoiscripts/run_once_after_20-install-aqua.sh.tmpl
  • aquaproj/aqua v2.23.1
.chezmoiscripts/run_once_before_20-install-packages-ubuntu.sh.tmpl
  • wez/wezterm 20240203-110809-5046fc22
.chezmoiscripts/run_once_before_30-install-font.sh.tmpl
  • ryanoasis/nerd-fonts v3.1.1

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Location: .github/renovate.json
Error type: Invalid JSON (parsing failed)
Message: Syntax error: expecting String near e, },

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.