File tree 4 files changed +4
-8
lines changed
4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,11 @@ copy() {
67
67
update_files $script_dir /env/.config $XDG_CONFIG_HOME
68
68
update_files $script_dir /env/.local $HOME /.local
69
69
70
- copy $script_dir /tmux-sessionizer/tmux-sessionizer $HOME /.local/bin /tmux-sessionizer
70
+ copy $script_dir /tmux-sessionizer/tmux-sessionizer $HOME /.local/scripts /tmux-sessionizer
71
71
copy $script_dir /env/.zsh_profile $HOME /.zsh_profile
72
72
copy $script_dir /env/.zshrc $HOME /.zshrc
73
73
copy $script_dir /env/.xprofile $HOME /.xprofile
74
74
copy $script_dir /env/.tmux-sessionizer $HOME /.tmux-sessionizer
75
- copy $script_dir /dev-env $HOME /.local/bin /dev-env
75
+ copy $script_dir /dev-env $HOME /.local/scripts /dev-env
76
76
copy $script_dir /tmux-dev-prod $HOME /.local/bin/tmux-dev-prod-course-ready
77
77
Original file line number Diff line number Diff line change @@ -114,8 +114,3 @@ export PATH="$PNPM_HOME:$PATH"
114
114
# pnpm end
115
115
# Turso
116
116
export PATH=" $HOME /.turso:$PATH "
117
-
118
-
119
- # dune
120
- source $HOME /.dune/env/env.zsh
121
-
Original file line number Diff line number Diff line change @@ -25,5 +25,6 @@ git clone https://github.com/ThePrimeagen/harpoon.git $HOME/personal/harpoon
25
25
git clone https://github.com/ThePrimeagen/vim-apm.git $HOME /personal/vim-apm
26
26
git clone https://github.com/ThePrimeagen/vim-with-me.git $HOME /personal/vim-with-me
27
27
git clone https://github.com/ThePrimeagen/vim-arcade.git $HOME /personal/vim-arcade
28
+ git clone https://github.com/ThePrimeagen/caleb.git $HOME /personal/caleb
28
29
git clone https://github.com/nvim-lua/plenary.nvim.git $HOME /personal/plenary
29
30
You can’t perform that action at this time.
0 commit comments