Coder Social home page Coder Social logo

dotfiles's Introduction

Dotfiles

Here are my dotfiles, if you find anything usefull feel free to copy it.

Installation

From Scratch

For a full installation follow step 1 and all substeps from Archlinux - Installation guide. Also make sure that any other drive you want in your fstab file is also mounted. After this you will want to run:

curl https://raw.githubusercontent.com/jokesper/dotfiles/main/.dotfiles/arch.sh | bash -s <path> <hostname> <kernel> <username>

The paramaters are as follows:

  • <path> is your mount point, e.g. if you followed step 1.11 it should be /mnt
  • <hostname> is the hostname for the new machine (e.g. read Choosing a Name for Your Computer)
  • <kernel> the specific kernel you want to use which may be one of:
    • stable
    • hardened
    • lts
    • rt-lts
    • zen
    • any available kernel package
  • <username> the username of the default account, which also is in the wheel group

An example of this command may be:

curl https://raw.githubusercontent.com/jokesper/dotfiles/main/.dotfiles/arch.sh | bash -s /mnt my-new-computer stable "John Doe"

On a new User

This repo has strong entanglement between system and user. It is designed as a single user system. If you still want to add a new user run the following commands, but be warned, they will destroy your previous home directory.

bash +O dotglob +O nullglob -c 'rm -rf ~/*'
git clone https://github.com/jokesper/dotfiles.git ~

Contributing

If you want to contribute feel free, but I wouldn't encourage it as dotfiles should be a personalized configuration.

dotfiles's People

Contributors

jokesper avatar

Stargazers

 avatar  avatar

Watchers

Lucian avatar  avatar

Forkers

bircanonal

dotfiles's Issues

Wierd behavior for keyboard in tty

The new Shift keys don't seem to work.
They still print the lowercase variants.
When using them together with the num keys for chars like '$' nothing happens.
Furthermore holding the new backspace key will not result in a repeated deletion action.

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.