Git Product home page Git Product logo

dotfiles's Introduction

Readme

1 Dotfiles

My personal dotfiles when I setip a new environnement (Ubuntu)

Tested on :

  • Ubuntu 20 LTS
  • Ubuntu 22 LTS

1.1 Pre Installl

At first install Git

sudo add-apt-repository -y ppa:git-core/ppa
sudo apt-get update
sudo apt-get install -y git-all git-extras

1.2 Installation

1.2.1 Clone git repository

git clone https://github.com/nchapon/dotfiles.git dotfiles

1.2.2 Install essentials

cd dotfiles
./ubuntu-setup.sh 

1.2.3 Install OhMyZsh

See instructions here : https://ohmyz.sh/#install

1.2.4 Link my configuration files

cd ~/dotfiles
stow git
stow emacs
stow zsh

1.3 Post Install

1.3.1 Asdf

I try to install all my tools with Asdf

1.3.2 Java

asdf plugin-add java
asdf plugin-add maven

1.3.3 Clojure

asdf plugin-add clojure
asdf plugin-add leiningen

I now almost exclusively use deps.edn to build my projects with Clojure CLI. My configuration comes from https://github.com/practicalli/clojure-deps-edn

git clone [email protected]:practicalli/clojure-deps-edn.git $XDG_CONFIG_HOME/clojure

1.3.3.1 Babashka

  asdf plugin add babaska latest
asdf install babashka latest

1.3.4 Docker

Docker is installed from this script :

https://docs.docker.com/engine/install/ubuntu/#install-using-the-convenience-script

1.3.5 Kubernetes

1.3.5.1 Kind

I use Kind when I need to run Kubernetes locally

asdf plugin-add kind
asdf install king 0.14.0

1.3.5.2 Kubectl

asdf plugin-add kubectl
asdf install kubectl 1.24.0

dotfiles's People

Contributors

nchapon avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.