This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- autosave.lua script | |
-- Fork from: https://gist.github.com/CyberShadow/2f71a97fb85ed42146f6d9f522bc34ef | |
local options = require 'mp.options' | |
local o = { | |
save_period = 60 | |
} | |
options.read_options(o) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## type "nvim ~/.gitconfig" on shell and paste the following | |
[user] | |
name = # your username | |
email = # your e-mail | |
[alias] | |
ci = commit | |
co = checkout | |
cm = checkout main | |
cb = checkout -b |
NewerOlder