Coder Social home page Coder Social logo

dotfiles's Introduction

Dotfiles

My dotfiles for various application configurations on Linux.

Emacs

Vim

Neofetch

I am currently running Manjaro Linux with my desktop manager as KDE.

Getting started

To get started, clone the repository.

$ git clone https://github.com/woojiahao/dotfiles.git ~/dotfiles

I have several parts to my system setup, for instance, I use an Ergodox EZ, so I have a script for Wally, a firmware flashing tool for the Ergodox.

Software installation

The initial setup for my system is automated with the ./installers/setup.

Note: ZSH is not installed with the script, in order for it to be installed, you can follow the instructions found here.

$ chmod +x ~/dotfiles/installers/arch-setup
$ sudo ~/dotfiles/installers/arch-setup

Wally

If you use an Ergodox EZ and make use of the Wally tool provided to flash new layouts, you can use the installer script to set up a .desktop file to launch Wally automatically.

$ chmod +x ~/dotfiles/installers/wally/wally-setup
$ sudo ~/dotfiles/installers/wally/wally-setup

Configurations

Spacemacs

I use Spacemacs for normal text editing and web development, my .spacemacs configs can be found in ~/dotfiles/emacs/.spacemacs.

The .spacemacs configurations should be installed along with arch-setup.

ZSH

I use ZSH within my terminal due to the auto-completion features. The configurations are found in ~/dotfiles/.zshrc.

Loading commands

In order to keep the shell files clean, commands/alias are loaded from the /scripts folder.

To add these scripts, add the following command to the end of your .bashrc or .zshrc.

export LINUX_HOME=~/dotfiles
export LINUX_SCRIPT=$LINUX_HOME/scripts
export LINUX_EXPECT=$LINUX_SCRIPT/expect
export SNIPPETS=~/snippets

for file in $LINUX_SCRIPT/*; do
  source $file
done

dotfiles's People

Contributors

woojiahao avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.