-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.sh
More file actions
executable file
·17 lines (17 loc) · 1.16 KB
/
install.sh
File metadata and controls
executable file
·17 lines (17 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env zsh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install rectangle keepassxc flycut espanso firefox caffeine slack drawio postman mpv licecap
brew install nvm tmux mosh lynx neovim pandoc ranger urlview diff-so-fancy fzf the_silver_searcher gdate bat fd starship rlwrap jj gh entr watch figlet recutils just recutils jo csvkit visidata coreutils remind texinfo rcs nq groff
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
mkdir -p $HOME/.config
ln -s $(pwd)/gitconfig $HOME/.gitconfig
ln -s $(pwd)/gitignore $HOME/.gitignore
mkdir -p $HOME/.config/tmux
ln -s $(pwd)/tmux.conf $HOME/.config/tmux/tmux.conf
mkdir -p $HOME/.config/nvim
ln -s $(pwd)/vimrc $HOME/.config/nvim/init.vim
ln -s $(pwd)/zshrc $HOME/.zshrc
ln -s $(pwd)/starship.toml $HOME/.config/starship.toml
git clone https://github.com/tmux-plugins/tpm $HOME/.tmux/plugins/tpm