Skip to content

mattrmurphy/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

These be all my config files. WIP

Programs

A tiling window manager for Linux distros.

A dmenu replacement, for launching programs.

A highly customizable and extensible status bar.

Vim but better

Terminal emulator

Terminal emulator


New Install Setup

The following steps in this setup will assume a Debian based OS. Proceed accordingly.

You may have to periodically source your .zshrc file

$ source .zshrc

1. Install the prerequisite applications with apt

sudo apt install curl git zsh

2. Run the install script

This will do the following 1. Install OhMyZsh 2. Change the current shell from Bash to Zsh 3. Move the .zshrc configuration file to the home directory 4. Install the kitty terminal 5. Install neovim 6. Move configuration files to their respective directories

sudo is needed for snap install

$ chmod +x install.sh && sudo ./install.sh

3. Generate SSH keys

Run the following command and then add the .pub key to respective git remote

$ ssh-keygen -t ed25519 -C "your_email@example.com"

4. Install the Hack font

  1. Follow the instructions here

7. Install nvm Node Version Manager

  1. Follow the instructions here
  2. Source your .zshrc file
  3. nvm install node will install the latest stable release of NodeJS and npm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published