NF02 / dotfiles

My Linux setup file, based on tiling window manager and optimized for the work I do, I have also brought it to my workstation and it works fine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

This repository contains the configuration that I use to work, all the files are distributed with the limitations set by the license, which can be consulted from the file LICENSE.

https://raw.githubusercontent.com/NF02/dotfiles/master/img.png

Default program

Installation

These are the steps to be able to install my configuration, the comments indicate what you are applying, obviously if you need only a specific part you can copy the single file as the UNIX shell allows you to do.

git clone https://github.com/nf02/dotfiles
# app config
cp -r dotfiles/.config/* .config/
# emacs config
cp -r dotfiles/.emacs.d/ ~
# X session file
cp dotfiles/.xinitrc ~
cp dotfiles/.xprofile ~
# zsh themes "oh-my-zsh"
curl https://raw.githubusercontent.com/NF02/dotfiles/master/.oh-my-zsh/themes/nfvblog.zsh-theme > .oh-my-zsh/themes/nfvblog.zsh-theme
omz theme set nfvblog

Wallpapers

For the wallpapers they are all present within the repo of the same name.

About

My Linux setup file, based on tiling window manager and optimized for the work I do, I have also brought it to my workstation and it works fine

License:MIT License


Languages

Language:Lua 34.2%Language:Shell 29.5%Language:Vim Script 15.1%Language:Python 14.6%Language:CSS 4.2%Language:Emacs Lisp 2.4%