Skip to content

nathanberry97/dotfiles

Repository files navigation

dotfiles

This repo is intended to store my configurations for things such as tmux and neovim

preview

image

Installation

To install the configurations please run the following commands:

Usage:
  git                   Setup git
  installLinux          [Linux] Install dependencies
  dotfilesLinux         [Linux] Set dotfiles
  brewMac               [macOS] Install brew
  installMac            [macOS] Install dependencies
  dotfilesMac           [macOS] Set dotfiles

Zshrc

To use the custom Aliases file please add the following into you .zshrc file:

# Add to .zshrc
source $HOME/.config/aliases/aliases

Bashrc

To use the custom Aliases file please add the following into you .bashrc file:

# Add custom aliases into bash config
if [ -f ~/.config/aliases/aliases ]; then
    . ~/.config/aliases/aliases
fi

Slock

If you want to update the slock configurations you will need to clone the repo here is the command to do so:

git clone https://git.suckless.org/slock

Once install you can update the config.h file you can change the colours here:

static const char *colorname[NUMCOLS] = {
	[INIT] =   "black",     /* after initialization */
	[INPUT] =  "#303446",   /* during input */
	[FAILED] = "#232634",   /* wrong password */
};

Afterwards you will need to compile the slock program and replace the old one:

sudo make clean install

Note: you need to have libXrandr-devel installed to compile slock

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published