Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Configuration files, like bashrc, vimrc, and fish functions.

Notifications You must be signed in to change notification settings

Engineero/config_files

Repository files navigation

Configuration Files

Configuration files, like bashrc, vimrc, and fish functions, although currently no fish functions.

Note that some of the options in .bash_aliases may not be valid on MacOS, specifically the --color= options for grep and various listing commands. It is recommended that these be removed if using these files on a Mac.


Script install

Simply run ./install.sh from within the cloned directory to automatically copy files/folders into your home directory. Note that you may need to update permissions for this file to allow execution. To do so, run the following from within the project directory:

$ chmod u+x install.sh

Manual install

To manually install, just copy these files into the appropriate places:

  • ~/.zshrc
  • ~/.bashrc
  • ~/.bash_aliases
  • ~/.vimrc
  • ~/.vim/templates/

Also create a backup directory if one does not exist already for vim:

mkdir ~/.vim-tmp/

Note that the templates directory should be located in ~/.vim/ for the existing autocommands and loading of new file templates to work correctly. Also, the autocommands assume that the $USERNAME environment variable is set to the author of the new file.

AltStyle によって変換されたページ (->オリジナル) /