Skip to content
/ dotfiles Public

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

Notifications You must be signed in to change notification settings

NF02/dotfiles

Repository files navigation

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"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" # install oh-my-zsh
# download my zsh config
curl https://raw.githubusercontent.com/NF02/dotfiles/master/.zshrc > ~/.zshrc
# download my theme
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