Fork of nicknissi's dotfiles
Contains configuration for zsh, tmux, nvim etc.
For macOS you need to install the XCode CLI tools.
xcode-select --install
Then clone the repo. Symbolic links will be created and therefore location does not matter.
git clone https://github.com/ludviglundgren/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh
Install neovim plugins with
:InstallPlug
Nerdtree usage:
Shift + i to toggle hidden files.
Leader = ,
Leader = ctrl+a
tm = list sessions or create new
ta = tmux attach
tls = tmux ls
tat = tmux attatch -t
tns = tmux new-session -s
Install terminfo profiles
tic xterm-256-italic.terminfo
tic tmux-256-italic.terminfo
export TERM=tmux-256color-italic
export TERM=xterm-256color-italic
ZSH from Homebrew uses another path then standard.
To add zsh from homebrew add /usr/local/bin/zsh
to /etc/shells
with command
Source
sudo sh -c "echo '/usr/local/bin/zsh' >> /etc/shells" && chsh -s /usr/local/bin/zsh
TODO: Add zsh-autosuggestion and zsh-highlightning config to setup.
Install node from nvm. This install latest version.
nvm install node
In Sierra apple removed to temporarily allow apps from usigned developers.
# Disable Gatekeeper
gatekeeperdown
# Enable Gatekeeper
gatekeeperup