Skip to content

heretekk/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

How to Install

Ubuntu

curl -fsSL https://raw.github.com/ktrysmt/dotfiles/master/install_ubuntu.sh | sh

Ubuntu 14.04 (for Vagrant)

PASSWORD=vagrant && curl -fsSL https://raw.github.com/ktrysmt/dotfiles/master/install_ubuntu1404.sh | sh

Ubuntu (for Desktop)

curl -fsSL https://raw.github.com/ktrysmt/dotfiles/master/install_ubuntu_desktop.sh | sh

macOS (for Sierra)

curl -fsSL https://raw.github.com/ktrysmt/dotfiles/master/install_macos_sierra.sh | sh

macOS (<= ElCapitan)

curl -fsSL https://raw.github.com/ktrysmt/dotfiles/master/install_macos.sh | sh

CentOS 6

curl -fsSL https://raw.github.com/ktrysmt/dotfiles/master/install_centos6.sh | sh

Windows

You have to install manually some settings.
  1. Install the font RictyDiminished.
  2. Install MSYS2.
  3. Install Packages via pacman.
  • pacman -S git tig make zsh tmux make winpty python
  • git clone https://github.com/tarjoilija/zgen.git ~/.zgen
  • git clone https://github.com/ktrysmt/dotfiles ~/dotfiles
  1. mklink
  • Open cmd.exe by Administrator.
  • cd C:\msys64\home\USERNAME
  • mklink .minttyrc dotfiles\.minttyrc
  • mklink .zshenv dotfiles\.zshenv.win
  • mklink .zshrc dotfiles\.zshrc.win
  • mklink .vimrc dotfiles\.vimrc
  • mklink .tmux.conf dotfiles\.tmux.conf.win
  • mklink .gitconfig dotfiles\.gitconfig
  • mklink .tern-project dotfiles\.tern-project
  • mklink /D .config dotfiles\.config
  1. Create starter batch file as ZSH
  • cp $HOME/../../msys2_shell.cmd $HOME/../../msys2_zsh.cmd
  • sed -i -e "s/bash/zsh/g" $HOME/../../msys2_zsh.cmd
  • Open msys2_zsh.cmd and Enjoy! 😄

Author

ktrysmt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published