Skip to content

Commit

Permalink
refactor: further simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
fisenkodv committed Nov 17, 2023
1 parent f86b79d commit a72b616
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ config/nvim/plugged
config/nvim/plugin/packer_compiled.lua

# fish
config/fish/fish_variables
config/fish/fish_variables
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions config/zsh/aliases/git.aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ alias gpdel="git push --delete"
alias gpl="git pull"
alias groot='if [ "`git rev-parse --show-cdup`" != "" ]; then cd `git rev-parse --show-cdup`; fi'
alias gstu="git status -uno"

alias gswm='git switch $(git_main_branch)'

alias gundo="git reset HEAD~1"
alias guns="git reset HEAD --"

Expand Down
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ link_config $SOURCE_CONFIG_DIR/fish $TARGET_CONFIG_DIR/fish

# nvim
link_config $SOURCE_MODULES_DIR/nvchad $TARGET_CONFIG_DIR/nvim
link_config $SOURCE_CONFIG_DIR/nvim/custom $TARGET_CONFIG_DIR/nvim/lua/custom
link_config $SOURCE_CONFIG_DIR/nvim $TARGET_CONFIG_DIR/nvim/lua/custom

# tools
link_config $SOURCE_CONFIG_DIR/htop $TARGET_CONFIG_DIR/htop
Expand Down

0 comments on commit a72b616

Please sign in to comment.