Skip to content

ludviglundgren/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Fork of nicknissi's dotfiles

Contains configuration for zsh, tmux, nvim etc.

Installation

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

Neovim

Install neovim plugins with

:InstallPlug

Generall vim usage

Nerdtree usage:

Shift + i to toggle hidden files.

Leader = ,

Tmux

Leader = ctrl+a

Aliases for tmux

tm = list sessions or create new

ta = tmux attach
tls = tmux ls
tat = tmux attatch -t
tns = tmux new-session -s

zsh

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.

Node

Install node from nvm. This install latest version.

nvm install node

macOS generall

In Sierra apple removed to temporarily allow apps from usigned developers.

# Disable Gatekeeper
gatekeeperdown

# Enable Gatekeeper
gatekeeperup

About

My dotfiles. zsh, tmux, nvim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published