-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.sh
45 lines (34 loc) · 1.01 KB
/
setup.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# VIM
# ln -sfiv ~/dotfiles/vim/.vimrc ~
# rm -rf ~/.vim
# ln -sfiv ~/dotfiles/vim/.vim ~
# NVIM
# ln -sfiv ~/dotfiles/nvim ${XDG_CONFIG_HOME:-~\/\.config}
# LUNARVIM
# ln -sfiv ~/dotfiles/lunarvim/config.lua ${XDG_CONFIG_HOME:-~\/\.config}/lvim/config.lua
# Tmux
# ln -sfiv ~/dotfiles/tmux/.tmux.conf ~
# Homebrew
# if command -v brew &> /dev/null
# then
# brew bundle
# fi
# SHELL
ln -sfiv ~/dotfiles/shell/shell ~
# GIT
ln -sfiv ~/dotfiles/git/.gitignore_global ~
ln -sfiv ~/dotfiles/git/.gitconfig ~
# ln -sfiv ~/dotfiles/git/git-heatmap/git-heatmap ~/.local/bin
git config --global core.excludesfile '~/.gitignore_global'
# Kitty
# mkdir ~/.config/kitty
# ln -sfiv ~/dotfiles/kitty.conf ~/.config/kitty
# Sublime Text
# rm -rf ~/Library/Application\ Support/Sublime\ Text/Packages/User
# ln -sfiv ~/dotfiles/subl/User ~/Library/Application\ Support/Sublime\ Text/Packages
# bin
ln -sfiv ~/dotfiles/bin ~/bin
# WezTerm
# ln -sfiv ~/dotfiles/wezterm/.wezterm.lua ~
# Alacritty
# ln -sfiv ~/dotfiles/.alacritty.toml ~