Skip to content
/ dotfiles Public

๐Ÿš€ Dotfiles and install script for good terminal and neovim enviroment in MacOS and Linux (x86_64 and aarch64) โš™๏ธ

Notifications You must be signed in to change notification settings

tlj/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

tlj dotfiles

Install the dotfiles and dependencies

The make script support MacOS and Linux and will install dotfiles, dependencies and common tools, like fd, ripgrep, neovim and homebrew.

Install directly from Github.

With Curl

curl -s https://raw.githubusercontent.com/tlj/dotfiles/master/install.sh | bash

With wget

wget -qO- https://raw.githubusercontent.com/tlj/dotfiles/master/install.sh | bash

Check out the repository instead, then run:

./setup.sh

You can re-run ./setup.sh to update everything, or run ./setup.sh neovim to install/update just one app (in this case neovim).

Features

Tool Description
neovim editor (see nvim/README.md

Dependencies

Zsh

The .zshrc installed by stow will try to load a ~/.zshrc-local file which has any special zsh config for the local computer, which shouldn't be shared. This file needs to be reated to avoid a warning on startup.

Known issues

Steps to install on a new Mac

git clone git@github.com:tlj/dotfiles

If xcode is not installed, accept the install, and re-run the git clone after xcode is installed. If you get an error about inactive developer path, you need to run

xcode-select --install

From ~/dotfiles/ do:

./install.sh

About

๐Ÿš€ Dotfiles and install script for good terminal and neovim enviroment in MacOS and Linux (x86_64 and aarch64) โš™๏ธ

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published