Skip to content

Tyler-The-Creator/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

A basic dotfiles repository which sets up my shell environment.


Generate an SSH Key

./ssh.sh <your-github-email-address>

Follow the last prompt to copy the SSH key and add it to your GitHub.

Useful links


Installation

./install.sh

Install Vim plugins

vim -c 'PlugInstall'

Set font in iTerm

  1. Open up iTerm
  2. Navigate to Preferences -> Profiles -> Default -> Text
  3. Set the font to Source Code Pro for Powerline

Extension

Customisation to the general installation process can be done in the ./install directory. Adding new dotfile targets can be done in the targets directory.


Adding symbolically linked files

Each subdirectory will be inspected as groups of related configuration. All files and directories will be symlinked into the current user's home directory with a dot prefix. Eg

./targets/vim/vimrc -> ~/.vimrc
./targets/vim/vim -> ~/.vim

About

My personal dotfiles setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 78.0%
  • Shell 22.0%