aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-12Update crontab to update wallpaperGuangxiong Lin
2022-02-06Restructure zshrc configGuangxiong Lin
2022-02-06Update $BROWSER variableGuangxiong Lin
2022-02-06Update newsboat to use $BROWSER instead of elinksGuangxiong Lin
2022-02-05Add aliases to diff and grep to display colorGuangxiong Lin
2022-02-05Update pacman aliases and replace yay with paruGuangxiong Lin
2022-02-05Add symbol font in urxvtGuangxiong Lin
2022-02-05Allow to click url in urxvtGuangxiong Lin
2022-02-05Add colorscheme for all XresourcesGuangxiong Lin
2022-02-04Update alias to make ls display with color by defaultGuangxiong Lin
2022-02-04Add Xresources configGuangxiong Lin
2022-02-04Update default terminal as urxvtGuangxiong Lin
2022-02-04Add my custom dmenu_run scriptGuangxiong Lin
2022-02-03Add systemctl related keybind for i3wmGuangxiong Lin
2022-02-03Add default app for directoryGuangxiong Lin
2022-02-03Remove gdscripts ctags configGuangxiong Lin
GDScript is now natively supported by universial ctags.
2022-01-24Update ledger.vim configGuangxiong Lin
Align on commodity and add option (recommended on docs) on running ledger
2022-01-23Update key binds in .tmux.confGuangxiong Lin
The prefix n is used to switch focus on window by default. It is more useful than create new session. So it is set to default macro.
2022-01-23Update difftool rev in .tigrcGuangxiong Lin
The original commands in .tigrc use rev^! which will exclude all of its parents. It mades difftool not work. This commit changes it to rev^- which exclude 1th parent so the diff in difftool will march the diff showed in tig (--diff-merges=first-parent) now.
2022-01-23Add function and alias to help code reviewGuangxiong Lin
Add following aliases: - gmf: Show the changed files from base branch to current branch - gmfn: Similar to gmfn, but only contains the name of changed files Add a function: - greview: Open all changed files in vim. Map <leader>gd to show the diff between base branch and current branch.
2022-01-23Add --diff-merges=first-parent in .tigrcGuangxiong Lin
The diff of merge commit in tig only show filenames. Add this options to make diff view show diff related to first parent.
2022-01-23Remove --tool vimdiff in .tigrcGuangxiong Lin
This is to make commands in .tigrc use default difftool in .gitconfig. So it will not influence when I change difftool in the future.
2022-01-23Set vimdiff as default difftoolGuangxiong Lin
2022-01-23Add difftool keybinds in tig configGuangxiong Lin
Add keybinds to call git difftool in tig. Use D in all views to show the diffs of commit/file. Besides, this commit also changes the structure of .tigrc file.
2022-01-22Set FZF_CTRL_T_COMMANDGuangxiong Lin
Set the FZF_CTRL_TCOMMAND as FZF_DEFAULT_COMMAND. Otherwise, the default ctrl t command will not show the hidden file.
2022-01-22Add fzf configGuangxiong Lin
The fzf config is splited into .env and .functions before. It will be hard to remove the config of fzf when I want to replace fzf with other finder (e.g. skim). I place all config related to .fzfrc now. Besides, I add the config to load fzf completion and key bindings.
2022-01-22Add tig configGuangxiong Lin
2022-01-22Add vim package vim-flogGuangxiong Lin
2022-01-19Autostart clipmenudGuangxiong Lin
2022-01-19Update newsboat configGuangxiong Lin
2022-01-17Update newsboat configGuangxiong Lin
2022-01-16Show read feeds in newsboatGuangxiong Lin
2022-01-15Update mime scriptsGuangxiong Lin
2022-01-15Add vim package smartimGuangxiong Lin
2022-01-15Add fcitx.vim packageGuangxiong Lin
2022-01-14Update image mimeGuangxiong Lin
2022-01-14Update fzf.vim keymapGuangxiong Lin
2022-01-14Add org.vim into vim packagesGuangxiong Lin
2022-01-14Add feedlist highlight of newsboatGuangxiong Lin
2022-01-08Merge remote-tracking branch 'origin/master'Guangxiong Lin
2022-01-08Add alacritty config fileGuangxiong Lin
2022-01-05Add open function based on xdg-openGuangxiong Lin
2022-01-04Update z.sh config in zshrcGuangxiong Lin
2022-01-04Alias xdg-open as openGuangxiong Lin
2022-01-04Update z.sh config on macOSGuangxiong Lin
2022-01-04Merge remote-tracking branch 'origin/master'Guangxiong Lin
2022-01-04Update i3 status separator symbolGuangxiong Lin
2022-01-04Add volumn into i3 statusGuangxiong Lin
2022-01-01Add z config in macosGuangxiong Lin
2021-12-26Add ycm command RefactorRenameGuangxiong Lin