Skip to content

alecho/dot-files

Repository files navigation

#Dotfiles

This is my collection of configuration files.

Installation

  1. Install homebrew with
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Install groups of homebrew packages
/usr/local/bin/brew install
asdf
bat
direnv
fd
git
gnu-sed
gnupg
jq
lsd
mas
ms-jpq/sad/sad
neovim
reattach-to-user-namespace
ssh-copy-id
starship
stow
the_silver_searcher
tig
tldr-pages/tldr/tldr
tmuxinator
tree
wget
zsh
zsh-syntax-highlighting

Pull the repository, and then create the symbolic links using GNU stow.

$ git clone git@github.com:alecho/dot-files.git ~/.dotfiles
$ cd ~/.dotfiles
$ ls -d */ | xargs stow

Symlink neovim's init.vim to ~/.vimrc

mkdir -p ~/.config/nvim/init.vim
ln -s $HOME/.vimrc $HOME/.config/nvim/init.vim

License

MIT.