Git Product home page Git Product logo

dotfiles's Issues

Xresources Font

It seems like some useful fonts are missing from BSP installation.
Install proper fonts!

Auto Install and Setup ZSH

Since the dev server is mainly accessed remotely, the terminal needs to be well stocked and maintained.

  • Install ZSH
  • Add OMZ
  • Add fzf support

Workstation / CodeServer Setup

  • CodeServer should be installed and password protected.
  • It should support SSL (https)
  • It should have a local domain in dnsmasq. The guide should explain how to do this.
  • Guide for nginx
  • How to run code server as a daemon.

Symlinks

Use symlinks instead of copying whenever possible!

Add URL Shortner Guide

services:
  shlink:
    container_name: shlink
    image: shlinkio/shlink:stable
    restart: always
    environment:
      - TZ="Europe/Istanbul"
      - DEFAULT_DOMAIN=amnz.me
      - IS_HTTPS_ENABLED=true
      - DB_DRIVER=maria
      - DB_USER=shlink
      - DB_NAME=shlink
      - DB_PASSWORD=mydbpassword
      - DB_HOST=database
    depends_on:
      - database
    ports:
      - 8089:8080

  database:
    container_name: shlink-db
    image: mariadb:10.11
    restart: always
    environment:
      - MARIADB_ROOT_PASSWORD=mydbpassword
      - MARIADB_DATABASE=shlink
      - MARIADB_USER=shlink
      - MARIADB_PASSWORD=mydbpassword
    volumes:
      - ./db_data:/var/lib/mysql

  shlink-web-client:
    container_name: shlink-web-client
    image: shlinkio/shlink-web-client
    restart: always
    container_name: shlink-gui
    # volumes:
    #  - /home/docker/shlink/servers.json:/usr/share/nginx/html/servers.json
    depends_on:
      - shlink
    ports:
      - 8334:8080

Keyboard Layout

The user should be able to change the language and layout of the keyboard.

Next Branch / Development Server

I have moved on to use a MacBook as the main machine. However, I still use a Dell machine with an ArchLinux on it for development, and gaming.

Everything on the machine is done remotely. So, I need a new minimal setup.

  • A branch (next) is necessary.
  • Initial JSON files should be added.
  • Paru guide
  • BSPWM Guide
  • Dmenu Guide
  • SSH Guide (disable password access)
  • No Boot Countdown Screen

Needed Packages

Some packages should be added to the base install"

  • cronie
  • bind

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.