Skip to content

sennery/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sennery dotfiles

This is a repository for my configuration files.

Installing script

This script will install neccessary packages for development and environment setup.

There are scripts for different operating systems:

Fedora

./install_fedora.sh

macOS

Important

You need to install Homebrew first.

./install_macos.sh

Each script could be run with --dry flag to see what commands will be executed without actully running them:

./install_macos.sh --dry

Also you can run each script with -i flag to run it interactively:

./install_macos.sh -i

Or you can pass the neccessary package names as arguments to install only them:

./install_macos.sh nvim fnm

Setup script

Warning

The script will create symlinks to this directory instead of existing configuration files. Existing files will be copied with the .backup prefix.

This script will setup environment for development:

./setup.sh

Releases

No releases published

Packages

No packages published