Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
PingjunChen committed Mar 31, 2024
1 parent b3b3570 commit 52f8eaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@

This repo covers most commonly used cheatsheets, commands, and configs for Linux/Ubuntu. Go to [documentation](https://fuc.readthedocs.io) for reference. If you find FUC to be helpful, please `star` this repo.


## Configurations
* [ssh login server without password](config/ssh_login_no_passwd.md)
* [git configuration](config/git.config)
* [.bashrc configuration](config/bashrc.config)
* [python header template](config/python_head.py)
* [python gitignore template](config/python.gitignore)
* [ssh login server without password](config/ssh_login_no_passwd.md)


## Contributing
``FUC`` is an open source project and anyone is welcome to contribute. An easy way to get started is by suggesting a new enhancement on the [Issues](https://github.com/PingjunChen/FUC/issues). If you have found a bug, then either report this through [Issues](https://github.com/PingjunChen/FUC/issues), or even better, make a fork of the repository, fix the bug and then create a [Pull Requests](https://github.com/PingjunChen/FUC/pulls) to get the fix into the master branch.
1 change: 0 additions & 1 deletion config/bashrc.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ export MATLAB_HOME="/usr/local/MATLAB/R2016a"
export PATH="${MATLAB_HOME}/bin:${PATH}"

# Set alias
alias apt-get="sudo apt-get"
alias ls='ls --color=auto'

0 comments on commit 52f8eaa

Please sign in to comment.