char16t / dotfiles

My portable configuration & environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My portable configuration & environment.

Getting started

cd ~
git clone https://github.com/char16t/dotfiles
cd dotfiles
sudo make enviromnent-setup
make dotfiles-setup
sudo make software-setup

Requirements

I use Ubuntu 20.04 (for desktops)

$ uname -a
Linux laptop 5.4.0-51-generic #56-Ubuntu SMP Mon Oct 5 14:28:49 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Ansible is required. Install using command below:

sudo make enviromnent-setup

Dotfiles setup

make dotfiles-setup

Install & configure software

sudo -H make software-setup

Previous versions

My old Ubuntu 16.10 environment configuration available on ubuntu-16.10 branch.

About

My portable configuration & environment

License:The Unlicense


Languages

Language:Common Lisp 73.8%Language:Makefile 16.3%Language:Shell 9.9%