-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcurl.sh
More file actions
31 lines (31 loc) · 3.49 KB
/
Copy pathcurl.sh
File metadata and controls
31 lines (31 loc) · 3.49 KB
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
curl https://raw.githubusercontent.com/maptv/setup/master/.bash_profile -o ~/.bash_profile
curl https://raw.githubusercontent.com/maptv/setup/master/.inputrc -o ~/.inputrc
curl https://raw.githubusercontent.com/maptv/setup/master/bottom.toml -o ~/.config/bottom/bottom.toml --create-dirs
curl https://raw.githubusercontent.com/maptv/setup/master/coc-settings.json -o ~/.config/nvim/coc-settings.json --create-dirs
curl https://raw.githubusercontent.com/maptv/setup/master/coc-settings.json -o ~/.vim/coc-settings.json --create-dirs
curl https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -o ~/miniconda.sh
curl https://gist.githubusercontent.com/tekin/12500956bd56784728e490d8cef9cb81/raw/e474af61231687b0e1a4ec59d4becd97537ef6c0/.gitattributes -o ~/.gitattributes
curl https://raw.githubusercontent.com/maptv/setup/master/.gitconfig -o ~/.gitconfig
curl https://raw.githubusercontent.com/maptv/setup/master/.gitignore -o ~/.gitignore
curl https://raw.githubusercontent.com/maptv/setup/master/com.googlecode.iterm2.plist -o ~/com.googlecode.iterm2.plist
curl https://raw.githubusercontent.com/maptv/setup/master/.ideavimrc -o ~/.ideavimrc
curl https://raw.githubusercontent.com/maptv/setup/master/karabiner.json -o ~/.config/karabiner/karabiner.json --create-dirs
curl https://raw.githubusercontent.com/maptv/setup/master/ipython_config.py -o ~/.ipython/profile_default/ipython_config.py --create-dirs
# curl https://raw.githubusercontent.com/maptv/setup/master/keybindings.py -o ~/.ipython/profile_default/startup/keybindings.py --create-dirs
curl https://raw.githubusercontent.com/jalvesaq/Nvim-R/master/R/tmux_split.vim -o ~/tmux_split.vim
curl https://raw.githubusercontent.com/maptv/setup/master/shortcuts.jupyterlab-settings -o ~/.jupyter/lab/user-settings/@jupyterlab/shortcuts-extension/shortcuts.jupyterlab-settings --create-dirs
curl https://raw.githubusercontent.com/maptv/setup/master/init.vim -o ~/.config/nvim/init.vim --create-dirs
curl https://raw.githubusercontent.com/maptv/setup/master/ginit.vim -o ~/.config/nvim/ginit.vim --create-dirs
curl https://raw.githubusercontent.com/maptv/setup/master/all.snippets -o ~/.config/coc/ultisnips/all.snippets --create-dirs
curl https://raw.githubusercontent.com/maptv/setup/master/.p10k.zsh -o ~/.p10k.zsh
curl https://raw.githubusercontent.com/maptv/setup/master/config.py -o ~/Library/Application\ Support/ptpython/config.py --create-dirs
curl https://raw.githubusercontent.com/maptv/setup/master/.radian_profile -o ~/.radian_profile
curl https://raw.githubusercontent.com/maptv/setup/master/rstudio-prefs.json -o ~/.config/rstudio/rstudio-prefs.json --create-dirs
curl https://raw.githubusercontent.com/maptv/setup/master/editor_bindings.json -o ~/.config/rstudio/keybindings/editor_bindings.json --create-dirs
curl https://raw.githubusercontent.com/maptv/setup/master/rstudio_bindings.json -o ~/.config/rstudio/keybindings/rstudio_bindings.json --create-dirs
curl https://raw.githubusercontent.com/maptv/setup/master/.tmux.conf.local -o ~/.tmux.conf.local
curl https://raw.githubusercontent.com/gpakosz/.tmux/master/.tmux.conf -o ~/.tmux.conf
curl https://raw.githubusercontent.com/maptv/setup/master/.vimrc -o ~/.vimrc
curl https://raw.githubusercontent.com/maptv/setup/master/settings.json -o ~/Library/Application\ Support/Code/User/settings.json --create-dirs
curl https://raw.githubusercontent.com/maptv/setup/master/keybindings.json -o ~/Library/Application\ Support/Code/User/keybindings.json --create-dirs
curl https://raw.githubusercontent.com/maptv/setup/master/.zshrc -o ~/.zshrc