diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2024-06-01 21:49:19 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2024-06-01 21:49:19 +0200 |
| commit | 9dd5082688f18e0f887de9ff31d1fb28ba5aa14c (patch) | |
| tree | 374e46fdb7bf3fd047faa5f3c7a628511c0964fe /install.sh | |
| parent | 2718a4de5389cfe5287f2289b0e46d8509e2aeab (diff) | |
.
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 22 |
1 files changed, 10 insertions, 12 deletions
@@ -33,12 +33,6 @@ mkdir -p $CONFIG_DIR/aerc symlink $DOTFILES_DIR/aerc/aerc.conf $CONFIG_DIR/aerc/aerc.conf symlink $DOTFILES_DIR/aerc/binds.conf $CONFIG_DIR/aerc/binds.conf -# alacritty -symlink $DOTFILES_DIR/alacritty $CONFIG_DIR/alacritty - -# bspwm -symlink $DOTFILES_DIR/bspwm $CONFIG_DIR/bspwm - # chromium if [ -f /usr/share/applications/chromium.desktop ]; then symlink $DOTFILES_DIR/chromium/chromium $BIN_DIR/chromium @@ -47,9 +41,6 @@ if [ -f /usr/share/applications/chromium.desktop ]; then $APP_DIR/chromium.desktop fi -# claws -symlink $DOTFILES_DIR/claws/claws-mail $BIN_DIR/claws-mail - # cudatext mkdir -p $CONFIG_DIR/cudatext/settings symlink $DOTFILES_DIR/cudatext/user.json $CONFIG_DIR/cudatext/settings/user.json @@ -71,12 +62,12 @@ symlink $DOTFILES_DIR/fontconfig $CONFIG_DIR/fontconfig # foot symlink $DOTFILES_DIR/foot $CONFIG_DIR/foot +# gdb +symlink $DOTFILES_DIR/gdb/.gdbinit $HOME/.gdbinit + # git symlink $DOTFILES_DIR/git/.gitconfig $HOME/.gitconfig -# i3 -symlink $DOTFILES_DIR/i3 $CONFIG_DIR/i3 - # idasen symlink $DOTFILES_DIR/idasen $CONFIG_DIR/idasen @@ -101,6 +92,9 @@ symlink $DOTFILES_DIR/lock/lock.desktop $APP_DIR/lock.desktop # neomutt symlink $DOTFILES_DIR/neomutt $CONFIG_DIR/neomutt +# neovide +symlink $DOTFILES_DIR/neovide $CONFIG_DIR/neovide + # numen symlink $DOTFILES_DIR/numen $CONFIG_DIR/numen @@ -147,6 +141,10 @@ symlink $DOTFILES_DIR/shell/fish $CONFIG_DIR/fish symlink $DOTFILES_DIR/shell/zsh/.zshrc $HOME/.zshrc symlink $HOME/.profile $HOME/.zprofile +# sublime-music +symlink $OPT_DIR/venvs/python312/bin/sublime-music $BIN_DIR/sublime-music +symlink $DOTFILES_DIR/sublime-music/sublime-music.desktop $APP_DIR/sublime-music.desktop + # sublime-text mkdir -p $CONFIG_DIR/sublime-text/Packages/User for i in Adaptive.sublime-theme \ |
