kascia / dotfiles

:house: Personal dotfiles for *NIX systems

Home Page:https://dotfiles.wook.kr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

🏠 Personal dotfiles for *NIX (Mac OS X and Linux) systems.

Installation

Clone and Install!

One-liner (if, you trust):

curl -fsSL https://dotfiles.wook.kr/etc/install | bash

An alternative:

git clone --recursive https://github.com/wookayin/dotfiles.git ~/.dotfiles
cd ~/.dotfiles && python install.py

The installation script will create symbolic links for the specified dotfiles. If some target file already exists (e.g. ~/.vim), you will need to manually resolve the conflict (delete the old one or just ignore).

dotfiles

Update (pull the changes from upstream and run install.py again)

$ dotfiles update

install.py

This is a clunky installation script written in python; the task definition lies on the top of the script file.

Some Handy URLs

Every file is accessible through dotfiles.wook.kr (via curl -L or wget), e.g.

Troubleshooting

  • Powerline characters not displayed properly? Install Powerline fonts.
  • Does vim color look weird (e.g. black-and-white)? Check your terminal emulator supports 24-bit color.
  • Ruby version is shown unwantedly? A simple workaround might be to install rvm.
  • Does tmux look weird? Make sure that tmux version is 2.3 or higher.
  • If you are using neovim, make sure that the neovim pypi package is installed on local python 3; e.g. /usr/local/bin/pip3 install neovim where the path to pip depends on your system.

About

:house: Personal dotfiles for *NIX systems

https://dotfiles.wook.kr/


Languages

Language:Vim Script 45.0%Language:Shell 40.0%Language:Python 15.0%