Skip to content

tillwf/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Init

Install Git

sudo apt-get install git

Clone dotfiles

git clone http://github.com/tillmd/dotfiles

Install

Prerequisites

sudo apt-get install ansible

Quick setup

make install

Available targets

Command Description
make install Run the full Ansible playbook
make check Dry-run the playbook (no changes made)
make lint Run shellcheck on all shell scripts
make help Show available targets

Manual run

ansible-playbook ansible/main.yml

Configuration

Sublime Text

Copy Preference File

Copy Keymap File

Install packages :

  • GitGutter
  • Brogrammer Theme
  • MarkDownExtended

Environement

Credential

scp -p $TW_PORT $TW_USER@$TW_URL:env/.* ~/.

Pem files

scp -p $TW_PORT $TW_USER@$TW_URL:pem/*.pem ~/.ssh/.

Clone repository

SSH Github key generation

ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

Extra Configuration

Gnome Extensions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors