Skip to content

Commit

Permalink
fix setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromarquetti committed Sep 18, 2024
1 parent 87c36eb commit c0d2378
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .local/bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ install_zsh(){
config(){ # alias used to make it easier to work with these files
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $@
}
setup_nvim(){
print_cyan "setting up Nvim"
if
}

setup_env(){
print_cyan "creating a bckp folder"
mkdir -v -p $HOME/.dot-backup/{.config-bckp,.local/bin}
Expand Down

0 comments on commit c0d2378

Please sign in to comment.